[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <BA71AEA5-A7C8-4E5B-A904-8DB3268318A1@canonical.com>
Date: Wed, 6 Dec 2017 17:27:35 +0800
From: Kai Heng Feng <kai.heng.feng@...onical.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: corbet@....net, linux-usb@...r.kernel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] usb: core: Add "quirks" parameter for usbcore
> On 6 Dec 2017, at 5:13 PM, Greg KH <gregkh@...uxfoundation.org> wrote:
>
> On Wed, Dec 06, 2017 at 05:09:32PM +0800, Kai-Heng Feng wrote:
>> +/* Works only for digits and letters, but small and fast */
>> +#define TOLOWER(x) ((x) | 0x20)
>
> What is wrong with the in-kernel version of tolower()?
Nothing’s wrong with the in-kernel version. I’ll use that in v2.
Other than that, is there anythings I can make to improve the code?
Kai-Heng
>
> thanks,
>
> greg k-h
Powered by blists - more mailing lists