]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: don't complain about BIT macro in uapi
authorTomas Winkler <tomas.winkler@intel.com>
Tue, 2 Aug 2016 21:04:39 +0000 (14:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Aug 2016 23:35:12 +0000 (19:35 -0400)
commite9c7e1bbf7b4d02700cae9ed3959a498f6d66b4d
tree006d1ba5d40be90b6f584331e9568a1e4185178c
parent43ece0d70f709faecd90a91e4509128ef4e59a5b
checkpatch: don't complain about BIT macro in uapi

BIT macro cannot be exported to UAPI, don't complain about it.

Link: http://lkml.kernel.org/r/1468707033-16173-1-git-send-email-tomas.winkler@intel.com
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Acked-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl