From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D83A3A00C2 for ; Mon, 22 Aug 2022 10:34:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D4DA140DFD; Mon, 22 Aug 2022 10:34:06 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 342D540694 for ; Mon, 22 Aug 2022 10:34:06 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 181D2121D40; Mon, 22 Aug 2022 10:34:06 +0200 (CEST) Subject: |WARNING| pw115325 [PATCH] linux/igb_uio: make module parameters visible in sysfs In-Reply-To: <20220821221213.9591-1-shinae@alkira.net> References: <20220821221213.9591-1-shinae@alkira.net> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shinae Woo Message-Id: <20220822083406.181D2121D40@dpdk.org> Date: Mon, 22 Aug 2022 10:34:06 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/115325 _coding style issues_ WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'. #119: FILE: linux/igb_uio/igb_uio.c:666: +module_param(wc_activate, int, S_IRUGO); total: 0 errors, 1 warnings, 16 lines checked