WARNING: line length of 82 exceeds 80 columns #79: FILE: crypto/krb5/krb5_api.c:172: + pr_err("Couldn't set AEAD key %s: %d\n", krb5->encrypt_name, ret); WARNING: line length of 87 exceeds 80 columns #85: FILE: crypto/krb5/krb5_api.c:178: + pr_err("Couldn't set AEAD authsize %s: %d\n", krb5->encrypt_name, ret); WARNING: line length of 82 exceeds 80 columns #97: FILE: crypto/krb5/krb5_api.c:190: + * crypto_krb5_prepare_encryption - Prepare AEAD crypto object for encryption-mode WARNING: line length of 83 exceeds 80 columns #107: FILE: crypto/krb5/krb5_api.c:200: +struct crypto_aead *crypto_krb5_prepare_encryption(const struct krb5_enctype *krb5, WARNING: line length of 81 exceeds 80 columns #153: FILE: crypto/krb5/krb5_api.c:246: + pr_err("Couldn't set shash key %s: %d\n", krb5->cksum_name, ret); WARNING: line length of 82 exceeds 80 columns #175: FILE: crypto/krb5/krb5_api.c:268: +struct crypto_shash *crypto_krb5_prepare_checksum(const struct krb5_enctype *krb5, WARNING: line length of 83 exceeds 80 columns #218: FILE: include/crypto/krb5.h:114: +struct crypto_aead *crypto_krb5_prepare_encryption(const struct krb5_enctype *krb5, WARNING: line length of 82 exceeds 80 columns #221: FILE: include/crypto/krb5.h:117: +struct crypto_shash *crypto_krb5_prepare_checksum(const struct krb5_enctype *krb5, total: 0 errors, 8 warnings, 0 checks, 179 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 2dfd2be0ce67 ("crypto/krb5: Add an API to alloc and prepare a crypto object") 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, 8 warnings, 0 checks, 179 lines checked