WARNING: Co-developed-by and Signed-off-by: name/email do not match
#25: 
Co-developed-by: Jose E. Marchesi <jose.marchesi@oracle.com> # pragmas
Signed-off-by: Jose E. Marchesi <jose.marchesi@oracle.com>

WARNING: Argument 'y' is not used in function-like macro
#43: FILE: include/linux/unroll.h:13:
+#define __pick_unrolled(x, y)		_Pragma(#x)

WARNING: Argument 'x' is not used in function-like macro
#45: FILE: include/linux/unroll.h:15:
+#define __pick_unrolled(x, y)		_Pragma(#y)

WARNING: Argument 'x' is not used in function-like macro
#47: FILE: include/linux/unroll.h:17:
+#define __pick_unrolled(x, y)		/* not supported */

WARNING: Argument 'y' is not used in function-like macro
#47: FILE: include/linux/unroll.h:17:
+#define __pick_unrolled(x, y)		/* not supported */

total: 0 errors, 5 warnings, 0 checks, 49 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 aa7c48b47259 ("unroll: add generic loop unroll helpers") 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, 49 lines checked