WARNING: Possible repeated word: 'Google' #67: Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/13/2024 WARNING: suspect code indent for conditional statements (8, 10) #151: FILE: drivers/net/slip/slhc.c:692: if (ihl > 5) + memcpy(cs->cs_ipopt, &iph[1], (ihl - 5) * 4); WARNING: suspect code indent for conditional statements (8, 10) #157: FILE: drivers/net/slip/slhc.c:694: + if (th->doff > 5) + memcpy(cs->cs_tcpopt, &th[1], (th->doff - 5) * 4); CHECK: spaces preferred around that '*' (ctx:VxV) #159: FILE: drivers/net/slip/slhc.c:696: + cs->cs_hsize = ihl*2 + th->doff*2; ^ CHECK: spaces preferred around that '*' (ctx:VxV) #159: FILE: drivers/net/slip/slhc.c:696: + cs->cs_hsize = ihl*2 + th->doff*2; ^ total: 0 errors, 3 warnings, 2 checks, 80 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 d313d7b0d5df ("slip: make slhc_remember() more robust against malicious packets") 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, 3 warnings, 2 checks, 80 lines checked