WARNING: Avoid unnecessary line continuations #42: FILE: net/ceph/auth_x.c:207: + ret = ceph_crypto_key_decode(&new_session_key, \ WARNING: line length of 88 exceeds 80 columns #57: FILE: net/ceph/crypto.c:89: +int ceph_crypto_key_decode(struct ceph_crypto_key *key, const void **p, const void *end) WARNING: line length of 86 exceeds 80 columns #76: FILE: net/ceph/crypto.c:127: + ret = ceph_crypto_key_decode(key, &p, (const void *)((const char *)p + blen)); WARNING: Avoid unnecessary line continuations #97: FILE: net/ceph/crypto.c:316: + ret = ceph_crypto_key_decode(ckey, &p, \ WARNING: line length of 89 exceeds 80 columns #111: FILE: net/ceph/crypto.h:25: +int ceph_crypto_key_decode(struct ceph_crypto_key *key, const void **p, const void *end); total: 0 errors, 5 warnings, 0 checks, 63 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 8aec41d5981e ("libceph: Make the arguments const as per the TODO") 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, 5 warnings, 0 checks, 63 lines checked