Loading tools/gpio/gpio-hammer.c +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ int main(int argc, char **argv) if (i >= GPIOHANDLES_MAX) { fprintf(stderr, "Only %d occurences of '-o' are allowed, %d were found\n", "Only %d occurrences of '-o' are allowed, %d were found\n", GPIOHANDLES_MAX, i + 1); return -1; } Loading Loading
tools/gpio/gpio-hammer.c +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ int main(int argc, char **argv) if (i >= GPIOHANDLES_MAX) { fprintf(stderr, "Only %d occurences of '-o' are allowed, %d were found\n", "Only %d occurrences of '-o' are allowed, %d were found\n", GPIOHANDLES_MAX, i + 1); return -1; } Loading