Skip to content

Commit

Permalink
crypto: ccp - remove unneeded semicolon
Browse files Browse the repository at this point in the history
Eliminate the following coccicheck warning:
./drivers/crypto/ccp/sev-dev.c:263:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Yang Li authored and Herbert Xu committed Dec 31, 2021
1 parent 2900960 commit ef4d891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/ccp/sev-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ static void sev_write_init_ex_file_if_required(int cmd_id)
break;
default:
return;
};
}

sev_write_init_ex_file();
}
Expand Down

0 comments on commit ef4d891

Please sign in to comment.