WARNING: space prohibited between function name and open parenthesis '(' #62: FILE: drivers/usb/gadget/legacy/inode.c:1582: + put_ep (ep); WARNING: space prohibited between function name and open parenthesis '(' #72: FILE: drivers/usb/gadget/legacy/inode.c:1590: +static int gadgetfs_create_file (struct super_block *sb, char const *name, CHECK: Alignment should match open parenthesis #73: FILE: drivers/usb/gadget/legacy/inode.c:1591: +static int gadgetfs_create_file (struct super_block *sb, char const *name, void *data, const struct file_operations *fops); WARNING: space prohibited between function name and open parenthesis '(' #88: FILE: drivers/usb/gadget/legacy/inode.c:1620: + err = gadgetfs_create_file (dev->sb, data->name, CHECK: Alignment should match open parenthesis #89: FILE: drivers/usb/gadget/legacy/inode.c:1621: + err = gadgetfs_create_file (dev->sb, data->name, data, &ep_io_operations); WARNING: space prohibited between function name and open parenthesis '(' #101: FILE: drivers/usb/gadget/legacy/inode.c:1986: +static int gadgetfs_create_file (struct super_block *sb, char const *name, CHECK: Alignment should match open parenthesis #102: FILE: drivers/usb/gadget/legacy/inode.c:1987: +static int gadgetfs_create_file (struct super_block *sb, char const *name, void *data, const struct file_operations *fops) total: 0 errors, 4 warnings, 3 checks, 108 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 ecb6da242dee ("gadgetfs: switch to simple_remove_by_name()") 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, 4 warnings, 3 checks, 108 lines checked