projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc7e7d3
)
Staging: otus: Removed one unnecessary space
author
Matti Lammi
<mattij.lammi@gmail.com>
Thu, 17 Jun 2010 08:41:33 +0000
(11:41 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 18 Jun 2010 23:40:09 +0000
(16:40 -0700)
Nothing special really, just a small fix.
Signed-off-by: Matti Lammi <matti.lammi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/otus/apdbg.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/otus/apdbg.c
b/drivers/staging/otus/apdbg.c
index b59028e7e33c607ff4555b48a0b5aaa808d2df43..32c26e59baf729842d24abd9be7566e71d641451 100644
(file)
--- a/
drivers/staging/otus/apdbg.c
+++ b/
drivers/staging/otus/apdbg.c
@@
-180,7
+180,7
@@
int main(int argc, char **argv)
if (argc < 3) {
fprintf(stderr, "%s: usage is \"%s <ifname> <operation>"
"[<address>] [<value>]\"\n", prgname, prgname);
- fprintf(stderr, "valid operation : read, write, mem, reg,
\n");
+ fprintf(stderr, "valid operation : read, write, mem, reg,\n");
fprintf(stderr, " : txd, rxd, rmem, wmem\n");
fprintf(stderr, " : dmat, regt, test\n");