Fixes the following W=1 kernel build warning(s): drivers/crypto/chelsio/chcr_core.c:2: warning: wrong kernel-doc identifier on line:
Cc: Ayush Sawal <ayush.sa...@chelsio.com> Cc: Vinay Kumar Yadav <vinay.ya...@chelsio.com> Cc: Rohit Maheshwari <roh...@chelsio.com> Cc: Herbert Xu <herb...@gondor.apana.org.au> Cc: "David S. Miller" <da...@davemloft.net> Cc: Manoj Malviya <manojmalv...@chelsio.com> Cc: Atul Gupta <atul.gu...@chelsio.com> Cc: Jitendra Lulla <jlu...@chelsio.com> Cc: M R Gowda <yesha...@chelsio.com> Cc: Harsh Jain <ha...@chelsio.com> Cc: linux-crypto@vger.kernel.org Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- drivers/crypto/chelsio/chcr_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/chelsio/chcr_core.c b/drivers/crypto/chelsio/chcr_core.c index f91f9d762a45e..f03ef4a23f96d 100644 --- a/drivers/crypto/chelsio/chcr_core.c +++ b/drivers/crypto/chelsio/chcr_core.c @@ -1,4 +1,4 @@ -/** +/* * This file is part of the Chelsio T4/T5/T6 Ethernet driver for Linux. * * Copyright (C) 2011-2016 Chelsio Communications. All rights reserved. -- 2.25.1