diff mbox

[5/5] sound: tlv320aic31xx: Convert /n to \n

Message ID 86cf3ef4915174777ea70f56c1c155f1e13fda0b.1398390579.git.joe@perches.com (mailing list archive)
State Accepted
Commit 2a1c23e3396d5a77d6c8e379d18cc657b6225779
Headers show

Commit Message

Joe Perches April 25, 2014, 1:51 a.m. UTC
Use a newline character appropriately.

Signed-off-by: Joe Perches <joe@perches.com>
---
 sound/soc/codecs/tlv320aic31xx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown April 25, 2014, 11:15 a.m. UTC | #1
On Thu, Apr 24, 2014 at 06:51:03PM -0700, Joe Perches wrote:
> Use a newline character appropriately.

Applied.  As ever please do try to use subject lines appropriate to the
subsystem.
diff mbox

Patch

diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c
index b93d500..2341910 100644
--- a/sound/soc/codecs/tlv320aic31xx.c
+++ b/sound/soc/codecs/tlv320aic31xx.c
@@ -377,7 +377,7 @@  static int aic31xx_dapm_power_event(struct snd_soc_dapm_widget *w,
 		reg = AIC31XX_ADCFLAG;
 		break;
 	default:
-		dev_err(w->codec->dev, "Unknown widget '%s' calling %s/n",
+		dev_err(w->codec->dev, "Unknown widget '%s' calling %s\n",
 			w->name, __func__);
 		return -EINVAL;
 	}