summaryrefslogtreecommitdiff
path: root/flash_otp_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash_otp_dump.c')
-rw-r--r--flash_otp_dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flash_otp_dump.c b/flash_otp_dump.c
index b930ca4..a18130d 100644
--- a/flash_otp_dump.c
+++ b/flash_otp_dump.c
@@ -1,6 +1,6 @@
/*
* flash_otp_dump.c -- display One-Time-Programm data
-*/
+ */
#include <stdio.h>
#include <unistd.h>
@@ -35,7 +35,7 @@ int main(int argc,char *argv[])
}
printf("OTP %s data for %s\n",
- argv[1][1] == 'f' ? "factory" : "user", argv[2]);
+ argv[1][1] == 'f' ? "factory" : "user", argv[2]);
offset = 0;
while ((ret = read(fd, buf, sizeof(buf)))) {
if (ret < 0) {