Commit 1f5cfe2f732c6f4d198950ec3c951105af24dd01

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent 03ab450f03

fusion: fix non-kernel-doc comment block

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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/message/fusion/mptbase.c
... ... @@ -6559,7 +6559,7 @@
6559 6559 }
6560 6560  
6561 6561 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
6562   -/**
  6562 +/*
6563 6563 * Handles read request from /proc/mpt/summary or /proc/mpt/iocN/summary.
6564 6564 */
6565 6565 static void seq_mpt_print_ioc_summary(MPT_ADAPTER *ioc, struct seq_file *m, int showlan);