Commit 4b63b286 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jiri Kosina

megaraid_sas: fix kerneldoc

Fix typo in kerneldoc identifier.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarSumit Saxena <sumit.saxena@lsi.com>
Cc: James E.J. Bottomley <JBottomley@parallels.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 069d4a7b
...@@ -4640,7 +4640,7 @@ static int megasas_init_fw(struct megasas_instance *instance) ...@@ -4640,7 +4640,7 @@ static int megasas_init_fw(struct megasas_instance *instance)
/** /**
* megasas_release_mfi - Reverses the FW initialization * megasas_release_mfi - Reverses the FW initialization
* @intance: Adapter soft state * @instance: Adapter soft state
*/ */
static void megasas_release_mfi(struct megasas_instance *instance) static void megasas_release_mfi(struct megasas_instance *instance)
{ {
......
...@@ -2343,7 +2343,7 @@ megasas_issue_dcmd_fusion(struct megasas_instance *instance, ...@@ -2343,7 +2343,7 @@ megasas_issue_dcmd_fusion(struct megasas_instance *instance,
/** /**
* megasas_release_fusion - Reverses the FW initialization * megasas_release_fusion - Reverses the FW initialization
* @intance: Adapter soft state * @instance: Adapter soft state
*/ */
void void
megasas_release_fusion(struct megasas_instance *instance) megasas_release_fusion(struct megasas_instance *instance)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment