All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fusion: fix non-kernel-doc comment block
@ 2010-08-14 20:05 Randy Dunlap
  2010-08-18 12:09 ` Desai, Kashyap
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-08-14 20:05 UTC (permalink / raw)
  To: scsi; +Cc: Eric Moore, torvalds, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix comment begin notation not to look like kernel-doc
since it's not.  Removes kernel-doc warnings.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/message/fusion/mptbase.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.35-git15.orig/drivers/message/fusion/mptbase.c
+++ linux-2.6.35-git15/drivers/message/fusion/mptbase.c
@@ -6560,7 +6560,7 @@ procmpt_destroy(void)
 }
 
 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
-/**
+/*
  *	Handles read request from /proc/mpt/summary or /proc/mpt/iocN/summary.
  */
 static void seq_mpt_print_ioc_summary(MPT_ADAPTER *ioc, struct seq_file *m, int showlan);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [PATCH] fusion: fix non-kernel-doc comment block
  2010-08-14 20:05 [PATCH] fusion: fix non-kernel-doc comment block Randy Dunlap
@ 2010-08-18 12:09 ` Desai, Kashyap
  0 siblings, 0 replies; 2+ messages in thread
From: Desai, Kashyap @ 2010-08-18 12:09 UTC (permalink / raw)
  To: Randy Dunlap, scsi; +Cc: Moore, Eric, torvalds, akpm

Acked this patch.

~Kashyap


> -----Original Message-----
> From: linux-scsi-owner@vger.kernel.org [mailto:linux-scsi-
> owner@vger.kernel.org] On Behalf Of Randy Dunlap
> Sent: Sunday, August 15, 2010 1:36 AM
> To: scsi
> Cc: Moore, Eric; torvalds; akpm
> Subject: [PATCH] fusion: fix non-kernel-doc comment block
> 
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> Fix comment begin notation not to look like kernel-doc
> since it's not.  Removes kernel-doc warnings.
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
>  drivers/message/fusion/mptbase.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-2.6.35-git15.orig/drivers/message/fusion/mptbase.c
> +++ linux-2.6.35-git15/drivers/message/fusion/mptbase.c
> @@ -6560,7 +6560,7 @@ procmpt_destroy(void)
>  }
> 
>  /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> =-=-=-=*/
> -/**
> +/*
>   *	Handles read request from /proc/mpt/summary or
> /proc/mpt/iocN/summary.
>   */
>  static void seq_mpt_print_ioc_summary(MPT_ADAPTER *ioc, struct
> seq_file *m, int showlan);
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-18 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-14 20:05 [PATCH] fusion: fix non-kernel-doc comment block Randy Dunlap
2010-08-18 12:09 ` Desai, Kashyap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.