* [PATCH 0/5] treewide: Convert logging message misuses of /n to \n
@ 2014-04-25 1:50 Joe Perches
2014-04-25 1:51 ` [PATCH 5/5] sound: tlv320aic31xx: Convert " Joe Perches
0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2014-04-25 1:50 UTC (permalink / raw)
To: linux-kernel; +Cc: netdev, linux-wireless, devel, linux-usb, alsa-devel
Joe Perches (5):
qlge: Convert /n to \n
iwlegacy: Convert /n to \n
staging: rtl<foo>: Convert /n to \n
appledisplay: Convert /n to \n
sound: tlv320aic31xx: Convert /n to \n
drivers/net/ethernet/qlogic/qlge/qlge_main.c | 2 +-
drivers/net/wireless/iwlegacy/3945.c | 2 +-
drivers/net/wireless/iwlegacy/4965-mac.c | 2 +-
drivers/staging/rtl8188eu/hal/usb_ops_linux.c | 2 +-
drivers/staging/rtl8188eu/os_dep/usb_intf.c | 2 +-
drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 ++--
drivers/staging/rtl8723au/os_dep/usb_intf.c | 2 +-
drivers/usb/misc/appledisplay.c | 2 +-
sound/soc/codecs/tlv320aic31xx.c | 2 +-
9 files changed, 10 insertions(+), 10 deletions(-)
--
1.8.1.2.459.gbcd45b4.dirty
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 5/5] sound: tlv320aic31xx: Convert /n to \n
2014-04-25 1:50 [PATCH 0/5] treewide: Convert logging message misuses of /n to \n Joe Perches
@ 2014-04-25 1:51 ` Joe Perches
2014-04-25 11:15 ` Mark Brown
0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2014-04-25 1:51 UTC (permalink / raw)
To: linux-kernel
Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
alsa-devel
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(-)
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;
}
--
1.8.1.2.459.gbcd45b4.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 5/5] sound: tlv320aic31xx: Convert /n to \n
2014-04-25 1:51 ` [PATCH 5/5] sound: tlv320aic31xx: Convert " Joe Perches
@ 2014-04-25 11:15 ` Mark Brown
0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-04-25 11:15 UTC (permalink / raw)
To: Joe Perches
Cc: linux-kernel, Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
alsa-devel
[-- Attachment #1: Type: text/plain, Size: 186 bytes --]
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.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-25 11:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-25 1:50 [PATCH 0/5] treewide: Convert logging message misuses of /n to \n Joe Perches
2014-04-25 1:51 ` [PATCH 5/5] sound: tlv320aic31xx: Convert " Joe Perches
2014-04-25 11:15 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox