]> git.proxmox.com Git - mirror_zfs.git/commit
Make include/linux/ conform to ZFS style standard
authorOlaf Faaland <faaland1@llnl.gov>
Thu, 5 Oct 2017 16:42:20 +0000 (12:42 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 9 Oct 2017 21:27:27 +0000 (14:27 -0700)
commitce319db57b1662a21d60550e546592c96c3da7a1
treee097eae0949ed5b162e7b17305982e0cc66b8a88
parent4b393c50ae0e74b351534030d8b87f1967832d09
Make include/linux/ conform to ZFS style standard

No semantic changes.

Fix the following types of style issues:
blank after preprocessor #
#define followed by space instead of tab
improper first line of block comment
indent by spaces instead of tabs
last line in file is blank
missing blank after open comment
missing space before left brace
non-continuation indented 4 spaces
spaces instead of tabs
unparenthesized return expression

Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
include/linux/bitops_compat.h
include/linux/compiler_compat.h
include/linux/delay_compat.h
include/linux/file_compat.h
include/linux/list_compat.h
include/linux/math64_compat.h
include/linux/mm_compat.h
include/linux/proc_compat.h
include/linux/rwsem_compat.h
include/linux/wait_compat.h
include/linux/zlib_compat.h