Re: [PATCH] Minor spelling error in sound/pci/hda

2013-02-19 Thread Ulrich Spörlein
On Thu, 2013-02-14 at 11:13:10 +, Matt Burke wrote:
 Only a simple spelling error, but it's been driving me nuts...
 
 
 --- a/sys/dev/sound/pci/hda/hdaa.c
 +++ b/sys/dev/sound/pci/hda/hdaa.c
 @@ -557,7 +557,7 @@ hdaa_presence_handler(struct hdaa_widget *w)
 HDA_BOOTVERBOSE(
 if (connected || old != 2) {
 device_printf(devinfo-dev,
 -   Pin sense: nid=%d sence=0x%08x (%sconnected)\n,
 +   Pin sense: nid=%d sense=0x%08x (%sconnected)\n,
 w-nid, res, !connected ? dis : );
 }
 );
 @@ -706,7 +706,7 @@ hdaa_eld_handler(struct hdaa_widget *w)
 }
 HDA_BOOTVERBOSE(
 device_printf(devinfo-dev,
 -   Pin sense: nid=%d sence=0x%08x 
 +   Pin sense: nid=%d sense=0x%08x 
 (%sconnected, ELD %svalid)\n,
 w-nid, res,
 (res  HDA_CMD_GET_PIN_SENSE_PRESENCE_DETECT) ?  : 
 dis,

Committed, thanks!
Uli
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[PATCH] Minor spelling error in sound/pci/hda

2013-02-14 Thread Matt Burke
Only a simple spelling error, but it's been driving me nuts...


--- a/sys/dev/sound/pci/hda/hdaa.c
+++ b/sys/dev/sound/pci/hda/hdaa.c
@@ -557,7 +557,7 @@ hdaa_presence_handler(struct hdaa_widget *w)
HDA_BOOTVERBOSE(
if (connected || old != 2) {
device_printf(devinfo-dev,
-   Pin sense: nid=%d sence=0x%08x (%sconnected)\n,
+   Pin sense: nid=%d sense=0x%08x (%sconnected)\n,
w-nid, res, !connected ? dis : );
}
);
@@ -706,7 +706,7 @@ hdaa_eld_handler(struct hdaa_widget *w)
}
HDA_BOOTVERBOSE(
device_printf(devinfo-dev,
-   Pin sense: nid=%d sence=0x%08x 
+   Pin sense: nid=%d sense=0x%08x 
(%sconnected, ELD %svalid)\n,
w-nid, res,
(res  HDA_CMD_GET_PIN_SENSE_PRESENCE_DETECT) ?  : dis,


-- 
Sorry for the following...
The information contained in this message is confidential and intended for the 
addressee only. If you have received this message in error, or there are any 
problems with its content, please contact the sender. 

iCritical is a trading name of Critical Software Ltd. Registered in England: 
04909220.
Registered Office: IC2, Keele Science Park, Keele, Staffordshire, ST5 5NH.

This message has been scanned for security threats by iCritical. 
www.icritical.com

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org