aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/vsprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firmware/efi/libstub/vsprintf.c')
-rw-r--r--drivers/firmware/efi/libstub/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/efi/libstub/vsprintf.c b/drivers/firmware/efi/libstub/vsprintf.c
index e65ef49a54cd..1088e288c04d 100644
--- a/drivers/firmware/efi/libstub/vsprintf.c
+++ b/drivers/firmware/efi/libstub/vsprintf.c
@@ -135,7 +135,7 @@ char *number(char *end, unsigned long long num, int base, char locase)
break;
default:
unreachable();
- };
+ }
return end;
}