WARNING: line length of 81 exceeds 80 columns #42: FILE: tools/testing/selftests/net/tls.c:280: + tls_crypto_info_init(TLS_1_2_VERSION, TLS_CIPHER_AES_GCM_128, &tls12, 0); WARNING: line length of 85 exceeds 80 columns #69: FILE: tools/testing/selftests/net/tls.c:1619: + tls_crypto_info_init(variant->tls_version, variant->cipher_type, &expect, 0); WARNING: line length of 81 exceeds 80 columns #87: FILE: tools/testing/selftests/net/tls.c:2123: + tls_crypto_info_init(TLS_1_2_VERSION, TLS_CIPHER_AES_GCM_128, &tls12, 0); WARNING: line length of 81 exceeds 80 columns #96: FILE: tools/testing/selftests/net/tls.c:2182: + tls_crypto_info_init(TLS_1_2_VERSION, TLS_CIPHER_AES_GCM_256, &tls12, 0); total: 0 errors, 4 warnings, 0 checks, 69 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 89db4b7275c6 ("selftests: tls: add key_generation argument to tls_crypto_info_init") 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, 4 warnings, 0 checks, 69 lines checked