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

From: Ulrich Spörlein <uqs_at_FreeBSD.org>
Date: Tue, 19 Feb 2013 11:26:34 +0100
On Thu, 2013-02-14 at 11:13:10 +0000, 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
> _at__at_ -557,7 +557,7 _at__at_ 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" : "");
>                 }
>         );
> _at__at_ -706,7 +706,7 _at__at_ 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
Received on Tue Feb 19 2013 - 09:26:37 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:35 UTC