From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Valdis =?utf-8?Q?Kl=c4=93tnieks?=" Date: Fri, 07 Jun 2019 02:52:28 +0000 Subject: [PATCH] security/keys/request_key.c - fix kerneldoc Message-Id: <29893.1559875948@turing-police> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: To: David Howells Cc: keyrings@vger.kernel.org, linux-kernel@vger.kernel.org When building with W=1, gcc complains due to a typo in a kerneldoc comment CC security/keys/request_key.o security/keys/request_key.c:35: warning: Function parameter or member 'authkey' not described in 'complete_request_key' security/keys/request_key.c:35: warning: Excess function parameter 'auth_key' description in 'complete_request_key' Fix it up to match the function Signed-off-by: Valdis Kletnieks