WARNING: line length of 84 exceeds 80 columns #35: FILE: drivers/net/wireless/ath/ath9k/tx99.c:42: + static const u8 PN9Data[] = {0xff, 0x87, 0xb8, 0x59, 0xb7, 0xa1, 0xcc, 0x24, WARNING: line length of 84 exceeds 80 columns #36: FILE: drivers/net/wireless/ath/ath9k/tx99.c:43: + 0x57, 0x5e, 0x4b, 0x9c, 0x0e, 0xe9, 0xea, 0x50, ERROR: code indent should use tabs where possible #36: FILE: drivers/net/wireless/ath/ath9k/tx99.c:43: +^I^I^I 0x57, 0x5e, 0x4b, 0x9c, 0x0e, 0xe9, 0xea, 0x50,$ WARNING: line length of 84 exceeds 80 columns #37: FILE: drivers/net/wireless/ath/ath9k/tx99.c:44: + 0x2a, 0xbe, 0xb4, 0x1b, 0xb6, 0xb0, 0x5d, 0xf1, ERROR: code indent should use tabs where possible #37: FILE: drivers/net/wireless/ath/ath9k/tx99.c:44: +^I^I^I 0x2a, 0xbe, 0xb4, 0x1b, 0xb6, 0xb0, 0x5d, 0xf1,$ WARNING: line length of 84 exceeds 80 columns #38: FILE: drivers/net/wireless/ath/ath9k/tx99.c:45: + 0xe6, 0x9a, 0xe3, 0x45, 0xfd, 0x2c, 0x53, 0x18, ERROR: code indent should use tabs where possible #38: FILE: drivers/net/wireless/ath/ath9k/tx99.c:45: +^I^I^I 0xe6, 0x9a, 0xe3, 0x45, 0xfd, 0x2c, 0x53, 0x18,$ WARNING: line length of 84 exceeds 80 columns #39: FILE: drivers/net/wireless/ath/ath9k/tx99.c:46: + 0x0c, 0xca, 0xc9, 0xfb, 0x49, 0x37, 0xe5, 0xa8, ERROR: code indent should use tabs where possible #39: FILE: drivers/net/wireless/ath/ath9k/tx99.c:46: +^I^I^I 0x0c, 0xca, 0xc9, 0xfb, 0x49, 0x37, 0xe5, 0xa8,$ WARNING: line length of 84 exceeds 80 columns #40: FILE: drivers/net/wireless/ath/ath9k/tx99.c:47: + 0x51, 0x3b, 0x2f, 0x61, 0xaa, 0x72, 0x18, 0x84, ERROR: code indent should use tabs where possible #40: FILE: drivers/net/wireless/ath/ath9k/tx99.c:47: +^I^I^I 0x51, 0x3b, 0x2f, 0x61, 0xaa, 0x72, 0x18, 0x84,$ WARNING: line length of 84 exceeds 80 columns #41: FILE: drivers/net/wireless/ath/ath9k/tx99.c:48: + 0x02, 0x23, 0x23, 0xab, 0x63, 0x89, 0x51, 0xb3, ERROR: code indent should use tabs where possible #41: FILE: drivers/net/wireless/ath/ath9k/tx99.c:48: +^I^I^I 0x02, 0x23, 0x23, 0xab, 0x63, 0x89, 0x51, 0xb3,$ WARNING: line length of 85 exceeds 80 columns #42: FILE: drivers/net/wireless/ath/ath9k/tx99.c:49: + 0xe7, 0x8b, 0x72, 0x90, 0x4c, 0xe8, 0xfb, 0xc0}; ERROR: code indent should use tabs where possible #42: FILE: drivers/net/wireless/ath/ath9k/tx99.c:49: +^I^I^I 0xe7, 0x8b, 0x72, 0x90, 0x4c, 0xe8, 0xfb, 0xc0};$ total: 7 errors, 8 warnings, 0 checks, 30 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 951aab4a1ae9 ("wifi: ath9k: mark static arrays as const") 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.