Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71740c42 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

fusion: fix kernel-doc warnings



Fix (delete) empty kernel-doc lines/warnings:
Warning(drivers/message/fusion/mptbase.c:6916): bad line:
Warning(drivers/message/fusion/mptbase.c:7060): bad line:

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Eric Moore <Eric.Moore@lsi.com>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b3397ad5
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -6924,7 +6924,6 @@ EXPORT_SYMBOL(mpt_halt_firmware);
 *	mpt_SoftResetHandler - Issues a less expensive reset
 *	mpt_SoftResetHandler - Issues a less expensive reset
 *	@ioc: Pointer to MPT_ADAPTER structure
 *	@ioc: Pointer to MPT_ADAPTER structure
 *	@sleepFlag: Indicates if sleep or schedule must be called.
 *	@sleepFlag: Indicates if sleep or schedule must be called.

 *
 *
 *	Returns 0 for SUCCESS or -1 if FAILED.
 *	Returns 0 for SUCCESS or -1 if FAILED.
 *
 *
@@ -7069,7 +7068,6 @@ mpt_SoftResetHandler(MPT_ADAPTER *ioc, int sleepFlag)
 *	mpt_Soft_Hard_ResetHandler - Try less expensive reset
 *	mpt_Soft_Hard_ResetHandler - Try less expensive reset
 *	@ioc: Pointer to MPT_ADAPTER structure
 *	@ioc: Pointer to MPT_ADAPTER structure
 *	@sleepFlag: Indicates if sleep or schedule must be called.
 *	@sleepFlag: Indicates if sleep or schedule must be called.

 *
 *
 *	Returns 0 for SUCCESS or -1 if FAILED.
 *	Returns 0 for SUCCESS or -1 if FAILED.
 *	Try for softreset first, only if it fails go for expensive
 *	Try for softreset first, only if it fails go for expensive