WARNING: line length of 99 exceeds 80 columns
#53: FILE: include/linux/sunrpc/xprt.h:71:
+	u32			rq_seqnos[RPC_GSS_SEQNO_ARRAY_SIZE];	/* past gss req seq nos. */

WARNING: line length of 84 exceeds 80 columns
#54: FILE: include/linux/sunrpc/xprt.h:72:
+	unsigned int		rq_seqno_count;	/* number of entries in rq_seqnos */

WARNING: line length of 90 exceeds 80 columns
#149: FILE: net/sunrpc/auth_gss/auth_gss.c:1684:
+gss_validate_seqno_mic(struct gss_cl_ctx *ctx, u32 seqno, __be32 *seq, __be32 *p, u32 len)

WARNING: line length of 90 exceeds 80 columns
#190: FILE: net/sunrpc/auth_gss/auth_gss.c:1724:
+	maj_stat = gss_validate_seqno_mic(ctx, task->tk_rqstp->rq_seqnos[0], seq, p, len);

WARNING: line length of 90 exceeds 80 columns
#191: FILE: net/sunrpc/auth_gss/auth_gss.c:1725:
+	/* RFC 2203 5.3.3.1 - compute the checksum of each sequence number in the cache */

WARNING: line length of 89 exceeds 80 columns
#192: FILE: net/sunrpc/auth_gss/auth_gss.c:1726:
+	while (unlikely(maj_stat == GSS_S_BAD_SIG && i < task->tk_rqstp->rq_seqno_count))

WARNING: line length of 98 exceeds 80 columns
#193: FILE: net/sunrpc/auth_gss/auth_gss.c:1727:
+		maj_stat = gss_validate_seqno_mic(ctx, task->tk_rqstp->rq_seqnos[i], seq, p, len);

total: 0 errors, 7 warnings, 0 checks, 224 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 e1e31f447ea7 ("sunrpc: implement rfc2203 rpcsec_gss seqnum cache") 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, 7 warnings, 0 checks, 224 lines checked