From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 8 Jan 2015 13:26:00 -0800 Subject: [U-Boot] checkpatch warning on Kconfig Message-ID: <54AEF5E8.5040501@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Guys, I think this is a false positive warning. When I add a config to Kconfig, checkpatch complains WARNING: please write a paragraph that describes the config symbol fully #70: FILE: arch/powerpc/cpu/mpc85xx/Kconfig:33: +config TARGET_FOO_FOO total: 0 errors, 1 warnings, 0 checks, 2276 lines checked How can I get rid of this one? York