CHECK: Unnecessary parentheses around 'ret < 0' #486: FILE: drivers/firmware/qcom/qcom_pas_tee.c:429: + if ((ret < 0) || (sess_arg.ret != 0)) { CHECK: Unnecessary parentheses around 'sess_arg.ret != 0' #486: FILE: drivers/firmware/qcom/qcom_pas_tee.c:429: + if ((ret < 0) || (sess_arg.ret != 0)) { total: 0 errors, 0 warnings, 2 checks, 497 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 e2ec7cd71f1b ("firmware: qcom: Add a PAS TEE service") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 0 warnings, 2 checks, 497 lines checked