Commit 5878730be4e3d0c9527d6f2f688874e38acacc98
Committed by
Stefan Richter
1 parent
60a74a6ff8
Exists in
master
and in
7 other branches
firewire: core: Update WARN uses
Add missing newlines. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
drivers/firewire/core-transaction.c
... | ... | @@ -250,7 +250,7 @@ |
250 | 250 | break; |
251 | 251 | |
252 | 252 | default: |
253 | - WARN(1, "wrong tcode %d", tcode); | |
253 | + WARN(1, "wrong tcode %d\n", tcode); | |
254 | 254 | } |
255 | 255 | common: |
256 | 256 | packet->speed = speed; |
... | ... | @@ -638,7 +638,7 @@ |
638 | 638 | } |
639 | 639 | |
640 | 640 | default: |
641 | - WARN(1, "wrong tcode %d", tcode); | |
641 | + WARN(1, "wrong tcode %d\n", tcode); | |
642 | 642 | return 0; |
643 | 643 | } |
644 | 644 | } |
... | ... | @@ -694,7 +694,7 @@ |
694 | 694 | break; |
695 | 695 | |
696 | 696 | default: |
697 | - WARN(1, "wrong tcode %d", tcode); | |
697 | + WARN(1, "wrong tcode %d\n", tcode); | |
698 | 698 | } |
699 | 699 | |
700 | 700 | response->payload_mapped = false; |