Skip to content

Commit

Permalink
Staging: otus: Removed one unnecessary space
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matti Lammi authored and Greg Kroah-Hartman committed Jun 18, 2010
1 parent cc7e7d3 commit fa3620c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/otus/apdbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit fa3620c

Please sign in to comment.