Skip to content

Commit

Permalink
[PATCH] Remove extraneous \n in doubletalk init printk.
Browse files Browse the repository at this point in the history
Doubletalk printk's an extraneous \n

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Apr 11, 2006
1 parent 00fbc6d commit 49b6e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/dtlk.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ for (i = 0; i < 10; i++) \
release_region(dtlk_portlist[i], DTLK_IO_EXTENT);
}

printk(KERN_INFO "\nDoubleTalk PC - not found\n");
printk(KERN_INFO "DoubleTalk PC - not found\n");
return -ENODEV;
}

Expand Down

0 comments on commit 49b6e2a

Please sign in to comment.