WARNING: Possible repeated word: 'Google' #27: Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/06/2024 CHECK: Unnecessary parentheses around rings[i] #138: FILE: include/linux/ptr_ring.h:640: + spin_lock_bh(&(rings[i])->consumer_lock); CHECK: Unnecessary parentheses around rings[i] #144: FILE: include/linux/ptr_ring.h:645: + spin_unlock_bh(&(rings[i])->consumer_lock); CHECK: Please use a blank line after function/struct/union/enum declarations #154: FILE: include/linux/ptr_ring.h:664: } +#define ptr_ring_resize_multiple_bh(...) \ ERROR: code indent should use tabs where possible #180: FILE: include/linux/skb_array.h:209: +^I^I^I^I^I nrings, size, gfp,$ ERROR: code indent should use tabs where possible #181: FILE: include/linux/skb_array.h:210: +^I^I^I^I^I __skb_array_destroy_skb);$ CHECK: Please use a blank line after function/struct/union/enum declarations #185: FILE: include/linux/skb_array.h:212: } +#define skb_array_resize_multiple_bh(...) \ total: 2 errors, 1 warnings, 4 checks, 105 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 9bd7d1029fb2 ("ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()") 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.