WARNING: 'numer' may be misspelled - perhaps 'number'? #186: FILE: drivers/net/ethernet/google/gve/gve_ptp.c:80: + u64 numer = real_ns - priv->ts_real.last_sync_ns; ^^^^^ WARNING: 'numer' may be misspelled - perhaps 'number'? #190: FILE: drivers/net/ethernet/google/gve/gve_ptp.c:84: + mult = (quot * numer) + div64_u64(rem * numer, nic_delta); ^^^^^ WARNING: 'numer' may be misspelled - perhaps 'number'? #190: FILE: drivers/net/ethernet/google/gve/gve_ptp.c:84: + mult = (quot * numer) + div64_u64(rem * numer, nic_delta); ^^^^^ total: 0 errors, 3 warnings, 0 checks, 204 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 39162e330e61 ("gve: implement ndo_get_tstamp") 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, 3 warnings, 0 checks, 204 lines checked