Nothing special really, just a small fix.

Signed-off-by: Matti Lammi <[email protected]>
---
 drivers/staging/otus/apdbg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/otus/apdbg.c b/drivers/staging/otus/apdbg.c
index b59028e..32c26e5 100644
--- a/drivers/staging/otus/apdbg.c
+++ b/drivers/staging/otus/apdbg.c
@@ -180,6 +180,6 @@ 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");

--
1.6.0.4

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to