WARNING: line length of 98 exceeds 80 columns #75: FILE: include/linux/fs.h:2157: + ssize_t (*splice_write_sd)(struct pipe_inode_info *, struct file *, struct splice_desc *); WARNING: function definition argument 'struct pipe_inode_info *' should also have an identifier name #75: FILE: include/linux/fs.h:2157: + ssize_t (*splice_write_sd)(struct pipe_inode_info *, struct file *, struct splice_desc *); WARNING: function definition argument 'struct file *' should also have an identifier name #75: FILE: include/linux/fs.h:2157: + ssize_t (*splice_write_sd)(struct pipe_inode_info *, struct file *, struct splice_desc *); WARNING: function definition argument 'struct splice_desc *' should also have an identifier name #75: FILE: include/linux/fs.h:2157: + ssize_t (*splice_write_sd)(struct pipe_inode_info *, struct file *, struct splice_desc *); total: 0 errors, 4 warnings, 0 checks, 63 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 a966d8206b07 ("fs: Add splice_write_sd to file operations") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 4 warnings, 0 checks, 63 lines checked