WARNING: line length of 86 exceeds 80 columns #58: FILE: include/uapi/linux/wireless.h:769: + __u8 scan_type; /* IW_SCAN_TYPE_{ACTIVE,PASSIVE} */ WARNING: line length of 85 exceeds 80 columns #60: FILE: include/uapi/linux/wireless.h:771: + __u8 num_channels; /* num entries in channel_list; WARNING: line length of 89 exceeds 80 columns #61: FILE: include/uapi/linux/wireless.h:772: + * 0 = scan all allowed channels */ WARNING: Block comments use a trailing */ on a separate line #61: FILE: include/uapi/linux/wireless.h:772: + * 0 = scan all allowed channels */ WARNING: line length of 89 exceeds 80 columns #62: FILE: include/uapi/linux/wireless.h:773: + __u8 flags; /* reserved as padding; use zero, this may WARNING: line length of 88 exceeds 80 columns #63: FILE: include/uapi/linux/wireless.h:774: + * be used in the future for adding flags WARNING: line length of 87 exceeds 80 columns #64: FILE: include/uapi/linux/wireless.h:775: + * to request different scan behavior */ WARNING: Block comments use a trailing */ on a separate line #64: FILE: include/uapi/linux/wireless.h:775: + * to request different scan behavior */ WARNING: line length of 90 exceeds 80 columns #65: FILE: include/uapi/linux/wireless.h:776: + struct __kernel_sockaddr_legacy bssid; /* ff:ff:ff:ff:ff:ff for broadcast BSSID or WARNING: line length of 89 exceeds 80 columns #66: FILE: include/uapi/linux/wireless.h:777: + * individual address of a specific BSS */ WARNING: Block comments use a trailing */ on a separate line #66: FILE: include/uapi/linux/wireless.h:777: + * individual address of a specific BSS */ WARNING: line length of 87 exceeds 80 columns #84: FILE: include/uapi/linux/wireless.h:831: + __u8 tx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ WARNING: line length of 87 exceeds 80 columns #85: FILE: include/uapi/linux/wireless.h:832: + __u8 rx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ WARNING: line length of 90 exceeds 80 columns #86: FILE: include/uapi/linux/wireless.h:833: + struct __kernel_sockaddr_legacy addr; /* ff:ff:ff:ff:ff:ff for broadcast/multicast WARNING: line length of 84 exceeds 80 columns #87: FILE: include/uapi/linux/wireless.h:834: + * (group) keys or unicast address for WARNING: Block comments use a trailing */ on a separate line #88: FILE: include/uapi/linux/wireless.h:835: + * individual keys */ WARNING: line length of 84 exceeds 80 columns #114: FILE: include/uapi/linux/wireless.h:865: + __u8 tsc[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ total: 0 errors, 17 warnings, 0 checks, 84 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 0ef69e360e3f ("uapi: wireless: Avoid -Wflex-array-member-not-at-end warnings") 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, 17 warnings, 0 checks, 84 lines checked