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 2B1EAA00C2 for ; Mon, 22 Aug 2022 01:21:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5698041132; Mon, 22 Aug 2022 01:21:01 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DCC2F410FA for ; Mon, 22 Aug 2022 01:20:59 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C4A1F121D40; Mon, 22 Aug 2022 01:20:59 +0200 (CEST) Subject: |WARNING| pw115313 [PATCH] linux/igb_uio: make module parameters visible in sysfs In-Reply-To: <20220821231950.5957-1-shinae@alkira.net> References: <20220821231950.5957-1-shinae@alkira.net> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shinae Woo Message-Id: <20220821232059.C4A1F121D40@dpdk.org> Date: Mon, 22 Aug 2022 01:20:59 +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/115313 _coding style issues_ WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'. #118: FILE: linux/igb_uio/igb_uio.c:666: +module_param(wc_activate, int, S_IRUGO); total: 0 errors, 1 warnings, 16 lines checked