CHECK: Alignment should match open parenthesis #88: FILE: fs/inode.c:1382: +struct inode *iget5_locked(struct super_block *sb, u64 hashval, int (*test)(struct inode *, void *), CHECK: Alignment should match open parenthesis #97: FILE: fs/inode.c:1412: +struct inode *iget5_locked_rcu(struct super_block *sb, u64 hashval, int (*test)(struct inode *, void *), CHECK: Alignment should match open parenthesis #124: FILE: fs/inode.c:1620: +struct inode *ilookup5_nowait(struct super_block *sb, u64 hashval, int (*test)(struct inode *, void *), void *data, bool *isnew) CHECK: Alignment should match open parenthesis #133: FILE: fs/inode.c:1651: +struct inode *ilookup5(struct super_block *sb, u64 hashval, int (*test)(struct inode *, void *), void *data) CHECK: Alignment should match open parenthesis #189: FILE: fs/inode.c:1888: +int insert_inode_locked4(struct inode *inode, u64 hashval, int (*test)(struct inode *, void *), void *data) CHECK: extern prototypes should be avoided in .h files #204: FILE: include/linux/fs.h:2940: +extern struct inode *ilookup5(struct super_block *sb, u64 hashval, CHECK: Alignment should match open parenthesis #205: FILE: include/linux/fs.h:2941: +extern struct inode *ilookup5(struct super_block *sb, u64 hashval, int (*test)(struct inode *, void *), void *data); CHECK: extern prototypes should be avoided in .h files #207: FILE: include/linux/fs.h:2942: +extern struct inode *ilookup(struct super_block *sb, u64 ino); CHECK: extern prototypes should be avoided in .h files #210: FILE: include/linux/fs.h:2944: +extern struct inode *inode_insert5(struct inode *inode, u64 hashval, CHECK: Alignment should match open parenthesis #211: FILE: include/linux/fs.h:2945: +extern struct inode *inode_insert5(struct inode *inode, u64 hashval, int (*test)(struct inode *, void *), WARNING: function definition argument 'struct super_block *' should also have an identifier name #215: FILE: include/linux/fs.h:2948: +struct inode *iget5_locked(struct super_block *, u64, WARNING: function definition argument 'u64' should also have an identifier name #215: FILE: include/linux/fs.h:2948: +struct inode *iget5_locked(struct super_block *, u64, WARNING: function definition argument 'void *' should also have an identifier name #215: FILE: include/linux/fs.h:2948: +struct inode *iget5_locked(struct super_block *, u64, WARNING: function definition argument 'struct super_block *' should also have an identifier name #219: FILE: include/linux/fs.h:2951: +struct inode *iget5_locked_rcu(struct super_block *, u64, WARNING: function definition argument 'u64' should also have an identifier name #219: FILE: include/linux/fs.h:2951: +struct inode *iget5_locked_rcu(struct super_block *, u64, WARNING: function definition argument 'void *' should also have an identifier name #219: FILE: include/linux/fs.h:2951: +struct inode *iget5_locked_rcu(struct super_block *, u64, CHECK: extern prototypes should be avoided in .h files #223: FILE: include/linux/fs.h:2954: +extern struct inode *iget_locked(struct super_block *, u64); WARNING: function definition argument 'struct super_block *' should also have an identifier name #223: FILE: include/linux/fs.h:2954: +extern struct inode *iget_locked(struct super_block *, u64); WARNING: function definition argument 'u64' should also have an identifier name #223: FILE: include/linux/fs.h:2954: +extern struct inode *iget_locked(struct super_block *, u64); CHECK: extern prototypes should be avoided in .h files #232: FILE: include/linux/fs.h:2960: +extern struct inode *find_inode_rcu(struct super_block *, u64, WARNING: function definition argument 'struct super_block *' should also have an identifier name #232: FILE: include/linux/fs.h:2960: +extern struct inode *find_inode_rcu(struct super_block *, u64, WARNING: function definition argument 'u64' should also have an identifier name #232: FILE: include/linux/fs.h:2960: +extern struct inode *find_inode_rcu(struct super_block *, u64, WARNING: function definition argument 'void *' should also have an identifier name #232: FILE: include/linux/fs.h:2960: +extern struct inode *find_inode_rcu(struct super_block *, u64, CHECK: extern prototypes should be avoided in .h files #236: FILE: include/linux/fs.h:2962: +extern struct inode *find_inode_by_ino_rcu(struct super_block *, u64); WARNING: function definition argument 'struct super_block *' should also have an identifier name #236: FILE: include/linux/fs.h:2962: +extern struct inode *find_inode_by_ino_rcu(struct super_block *, u64); WARNING: function definition argument 'u64' should also have an identifier name #236: FILE: include/linux/fs.h:2962: +extern struct inode *find_inode_by_ino_rcu(struct super_block *, u64); WARNING: line length of 98 exceeds 80 columns #237: FILE: include/linux/fs.h:2963: +extern int insert_inode_locked4(struct inode *, u64, int (*test)(struct inode *, void *), void *); CHECK: extern prototypes should be avoided in .h files #237: FILE: include/linux/fs.h:2963: +extern int insert_inode_locked4(struct inode *, u64, int (*test)(struct inode *, void *), void *); WARNING: function definition argument 'struct inode *' should also have an identifier name #237: FILE: include/linux/fs.h:2963: +extern int insert_inode_locked4(struct inode *, u64, int (*test)(struct inode *, void *), void *); WARNING: function definition argument 'u64' should also have an identifier name #237: FILE: include/linux/fs.h:2963: +extern int insert_inode_locked4(struct inode *, u64, int (*test)(struct inode *, void *), void *); WARNING: function definition argument 'void *' should also have an identifier name #237: FILE: include/linux/fs.h:2963: +extern int insert_inode_locked4(struct inode *, u64, int (*test)(struct inode *, void *), void *); CHECK: extern prototypes should be avoided in .h files #246: FILE: include/linux/fs.h:3018: +extern void __insert_inode_hash(struct inode *, u64 hashval); WARNING: function definition argument 'struct inode *' should also have an identifier name #246: FILE: include/linux/fs.h:3018: +extern void __insert_inode_hash(struct inode *, u64 hashval); total: 0 errors, 18 warnings, 15 checks, 196 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 24717b2aa42d ("vfs: widen inode hash/lookup functions to u64") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 18 warnings, 15 checks, 196 lines checked