lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 31 Oct 2016 19:37:09 +0200
From:   Jyri Sarha <jsarha@...com>
To:     Daniel Schultz <d.schultz@...tec.de>, <airlied@...ux.ie>,
        <tomi.valkeinen@...com>, <dri-devel@...ts.freedesktop.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] drm: tilcdc: Correct misspelling in error message

On 10/31/16 19:33, Jyri Sarha wrote:
> On 10/28/16 14:52, Daniel Schultz wrote:
>> This error message will be printed when a FIFO underflow irq has
>> triggered. Since this happens sometimes and the error message will be
>> displayed on the console, it should have a correct spelling.
>>
>> Signed-off-by: Daniel Schultz <d.schultz@...tec.de>
> 
> Picked up for my next pull request.
> 

Oh, and I'll change the subject to match the current prefix convention.

> 
>> ---
>>  drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
>> index fe1d088..63caed4 100644
>> --- a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
>> +++ b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
>> @@ -769,7 +769,7 @@ irqreturn_t tilcdc_crtc_irq(struct drm_crtc *crtc)
>>  	}
>>  
>>  	if (stat & LCDC_FIFO_UNDERFLOW)
>> -		dev_err_ratelimited(dev->dev, "%s(0x%08x): FIFO underfow",
>> +		dev_err_ratelimited(dev->dev, "%s(0x%08x): FIFO underflow",
>>  				    __func__, stat);
>>  
>>  	/* For revision 2 only */
>>
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ