diff options
| author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-08-10 21:02:48 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-11 11:59:12 -0400 |
| commit | 71740c423c52dc65fd2f40e4c7f6ed32c636c52b (patch) | |
| tree | a96191d739927dc0bd81e75a5d5f90c5a31de05a | |
| parent | b3397ad544172fb34ddcff5b04704b6c80838289 (diff) | |
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: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Eric Moore <Eric.Moore@lsi.com>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | drivers/message/fusion/mptbase.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index d18965b55b57..c54674c482c7 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c | |||
| @@ -6924,7 +6924,6 @@ EXPORT_SYMBOL(mpt_halt_firmware); | |||
| 6924 | * mpt_SoftResetHandler - Issues a less expensive reset | 6924 | * mpt_SoftResetHandler - Issues a less expensive reset |
| 6925 | * @ioc: Pointer to MPT_ADAPTER structure | 6925 | * @ioc: Pointer to MPT_ADAPTER structure |
| 6926 | * @sleepFlag: Indicates if sleep or schedule must be called. | 6926 | * @sleepFlag: Indicates if sleep or schedule must be called. |
| 6927 | |||
| 6928 | * | 6927 | * |
| 6929 | * Returns 0 for SUCCESS or -1 if FAILED. | 6928 | * Returns 0 for SUCCESS or -1 if FAILED. |
| 6930 | * | 6929 | * |
| @@ -7069,7 +7068,6 @@ mpt_SoftResetHandler(MPT_ADAPTER *ioc, int sleepFlag) | |||
| 7069 | * mpt_Soft_Hard_ResetHandler - Try less expensive reset | 7068 | * mpt_Soft_Hard_ResetHandler - Try less expensive reset |
| 7070 | * @ioc: Pointer to MPT_ADAPTER structure | 7069 | * @ioc: Pointer to MPT_ADAPTER structure |
| 7071 | * @sleepFlag: Indicates if sleep or schedule must be called. | 7070 | * @sleepFlag: Indicates if sleep or schedule must be called. |
| 7072 | |||
| 7073 | * | 7071 | * |
| 7074 | * Returns 0 for SUCCESS or -1 if FAILED. | 7072 | * Returns 0 for SUCCESS or -1 if FAILED. |
| 7075 | * Try for softreset first, only if it fails go for expensive | 7073 | * Try for softreset first, only if it fails go for expensive |
