Browse Source

Staging: solo6x10: Update WARN uses

Add missing newlines.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Joe Perches 14 years ago
parent
commit
cc8b59d41f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/solo6x10/solo6010-v4l2-enc.c

+ 1 - 1
drivers/staging/solo6x10/solo6010-v4l2-enc.c

@@ -184,7 +184,7 @@ static void solo_update_mode(struct solo_enc_dev *solo_enc)
 		solo_enc->bw_weight <<= 2;
 		break;
 	default:
-		WARN(1, "mode is unknown");
+		WARN(1, "mode is unknown\n");
 	}
 }