diff options
author | Andy Lutomirski <luto@amacapital.net> | 2015-04-16 12:44:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-17 09:03:58 -0400 |
commit | 91c9afaf97ee554d2cd3042a5ad01ad21c99e8c4 (patch) | |
tree | d521bb93c9d1593cca054cc3a3f9038bc59d6044 /crypto/twofish_common.c | |
parent | c17893c7407fbe988f5901596c3e5e75c0dc0f67 (diff) | |
download | linux-91c9afaf97ee554d2cd3042a5ad01ad21c99e8c4.tar.bz2 |
checkpatch.pl: new instances of ENOSYS are errors
ENOSYS means that a nonexistent system call was called. We have a
bad habit of using it for things like invalid operations on
otherwise valid syscalls. We should avoid this in new code.
Pervasive incorrect usage of ENOSYS came up at the kernel summit ABI
review discussion. Let's see if checkpatch can help.
I'll submit a separate patch for include/uapi/asm-generic/errno.h.
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'crypto/twofish_common.c')
0 files changed, 0 insertions, 0 deletions