From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756430Ab0EQX3S (ORCPT ); Mon, 17 May 2010 19:29:18 -0400 Received: from xenotime.net ([72.52.115.56]:53391 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756253Ab0EQX3K (ORCPT ); Mon, 17 May 2010 19:29:10 -0400 Date: Mon, 17 May 2010 16:21:11 -0700 From: Randy Dunlap To: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, James.Bottomley@suse.de Cc: Eric Moore , Ben Hutchings Subject: [PATCH 9/10] fusion: fix kernel-doc notation Message-ID: <1274138471175@xenotime.net> In-Reply-To: <12741384711166@xenotime.net> X-Mailer: gregkh_patchbomb Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ben Hutchings The function name must be followed by a space, hypen, space, and a short description. Signed-off-by: Ben Hutchings Signed-off-by: Randy Dunlap Cc: Eric Moore --- drivers/message/fusion/mptscsih.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) --- lnx-2634-docs.orig/drivers/message/fusion/mptscsih.c +++ lnx-2634-docs/drivers/message/fusion/mptscsih.c @@ -2561,9 +2561,7 @@ mptscsih_getclear_scsi_lookup(MPT_ADAPTE } /** - * mptscsih_set_scsi_lookup - * - * writes a scmd entry into the ScsiLookup[] array list + * mptscsih_set_scsi_lookup - write a scmd entry into the ScsiLookup[] array list * * @ioc: Pointer to MPT_ADAPTER structure * @i: index into the array @@ -2726,7 +2724,7 @@ mptscsih_scandv_complete(MPT_ADAPTER *io /** - * mptscsih_get_completion_code - + * mptscsih_get_completion_code - get completion code from MPT request * @ioc: Pointer to MPT_ADAPTER structure * @req: Pointer to original MPT request frame * @reply: Pointer to MPT reply frame (NULL if TurboReply) --