mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
03ab450f03
commit
1f5cfe2f73
1 changed files with 1 additions and 1 deletions
|
@ -6559,7 +6559,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);
|
||||
|
|
Loading…
Reference in a new issue