]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: warn on uapi #includes that #include <uapi/...
authorJoe Perches <joe@perches.com>
Thu, 20 Dec 2012 23:05:37 +0000 (15:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 Dec 2012 01:40:20 +0000 (17:40 -0800)
commit495e9d84607cda966ba6d223d5eb9df0070cd21a
tree208667895c3646fe4fa1bb7322d0ed1f51880ca5
parent5abe257af8b95857b95fa0ba694530b446ae32d8
checkpatch: warn on uapi #includes that #include <uapi/...

Avoid specifying internal uapi #include paths with uapi/...  as
userspace should not use and never see that.

Neaten message line wrapping above.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: David Howells <dhowells@redhat.com>
Acked-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl