From: Sergei Antonov Date: Fri, 6 Jun 2014 21:36:30 +0000 (-0700) Subject: hfsplus: coding style fix for declarations in hfsplus_fs.h X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~4^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffbc0671618e9354ec065144f8a66ec5dd7d5d75;p=pandora-kernel.git hfsplus: coding style fix for declarations in hfsplus_fs.h Some function declarations in hfsplus_fs.h were with argument names, some without, and some were mixed. This patch adds argument names everywhere, sorts function in order they go in .c files, and moves hfs_part_find() to a proper section. Auto-formatting and sorting was done with: cfunctions *.c | indent -linux | sed "s| \* | \*|" Signed-off-by: Sergei Antonov Cc: Vyacheslav Dubeyko Cc: Hin-Tak Leung Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed