Skip to content

Commit 684b916

Browse files
JuliaLawalljgunthorpe
authored andcommitted
IB/hf1: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 25ec8b3 commit 684b916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/hfi1/efivar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static int read_efi_var(const char *name, unsigned long *size,
7272
* is in the EFIVAR_FS code and may not be compiled in.
7373
* However, even that is insufficient since it does not cover
7474
* EFI_BUFFER_TOO_SMALL which could be an important return.
75-
* For now, just split out succces or not found.
75+
* For now, just split out success or not found.
7676
*/
7777
ret = status == EFI_SUCCESS ? 0 :
7878
status == EFI_NOT_FOUND ? -ENOENT :

0 commit comments

Comments
 (0)