WARNING: Non-standard signature: Assisted-by: #31: Assisted-by: Gemini:gemini-3-flash ERROR: Unrecognized email address: 'Gemini:gemini-3-flash' #31: Assisted-by: Gemini:gemini-3-flash WARNING: line length of 81 exceeds 80 columns #281: FILE: drivers/net/ppp/ppp_generic.c:644: +static int ppp_bridge_channels(struct ppp_channel *pch, struct ppp_channel *pchb) WARNING: line length of 82 exceeds 80 columns #481: FILE: drivers/net/ppp/ppp_generic.c:2274: +static bool ppp_channel_bridge_input(struct ppp_channel *pch, struct sk_buff *skb) WARNING: line length of 83 exceeds 80 columns #533: FILE: drivers/net/ppp/ppp_generic.c:2605: +ppp_receive_mp_frame(struct ppp *ppp, struct sk_buff *skb, struct ppp_channel *pch) WARNING: line length of 81 exceeds 80 columns #569: FILE: drivers/net/ppp/ppp_generic.c:2900: + const struct ppp_channel_conf *conf) CHECK: Alignment should match open parenthesis #1199: FILE: include/linux/ppp_channel.h:63: +struct ppp_channel *ppp_register_net_channel(struct net *net, + const struct ppp_channel_conf *chan); WARNING: line length of 86 exceeds 80 columns #1291: FILE: net/atm/pppoatm.c:214: + atmvcc->qos.txtp.max_sdu - PPP_HDRLEN); total: 1 errors, 6 warnings, 1 checks, 1305 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 37fbcd5cbcd1 ("ppp: unify two channel structs") 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.