From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753432AbbLCUAp (ORCPT ); Thu, 3 Dec 2015 15:00:45 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:37859 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753264AbbLCUAo (ORCPT ); Thu, 3 Dec 2015 15:00:44 -0500 To: linux-crypto@vger.kernel.org, Herbert Xu Subject: [PATCH] crypto: fix kernel-doc warnings in crypto/aead.h Cc: LKML From: Randy Dunlap Message-ID: <56609F69.1080203@infradead.org> Date: Thu, 3 Dec 2015 12:00:41 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap Fix 21 occurrences of this kernel-doc warning in : ..//include/crypto/aead.h:149: warning: No description found for parameter 'base' Signed-off-by: Randy Dunlap --- include/crypto/aead.h | 1 + 1 file changed, 1 insertion(+) --- lnx-44-rc3.orig/include/crypto/aead.h +++ lnx-44-rc3/include/crypto/aead.h @@ -128,6 +128,7 @@ struct aead_request { * @exit: Deinitialize the cryptographic transformation object. This is a * counterpart to @init, used to remove various changes set in * @init. + * @base: Definition of a generic crypto cipher algorithm. * * All fields except @ivsize is mandatory and must be filled. */