Re: [PATCH] asus-wireless: Fix identation

From: Andy Shevchenko
Date: Sat Feb 04 2017 - 10:11:01 EST


On Sat, Feb 4, 2017 at 5:08 PM, Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:
> On Wed, Feb 1, 2017 at 2:27 PM, JoÃo Paulo Rechi Vita <jprvita@xxxxxxxxx> wrote:
>
> Do not leave empty commit message. Describe your changes here in a few words.
>
> For the drivers/platform/x86 use a pattern in subject
>
> platform/x86: asus-wireless: ...

And one more, use versioning of your patches: PATCHv1, PATCHv2, ...

>
>> Signed-off-by: JoÃo Paulo Rechi Vita <jprvita@xxxxxxxxxxxx>
>> ---
>> drivers/platform/x86/asus-wireless.c | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/drivers/platform/x86/asus-wireless.c b/drivers/platform/x86/asus-wireless.c
>> index 9f31bc1a47d0..a7ee18383146 100644
>> --- a/drivers/platform/x86/asus-wireless.c
>> +++ b/drivers/platform/x86/asus-wireless.c
>> @@ -76,8 +76,7 @@ static void led_state_update(struct work_struct *work)
>> data->led_state);
>> }
>>
>> -static void led_state_set(struct led_classdev *led,
>> - enum led_brightness value)
>> +static void led_state_set(struct led_classdev *led, enum led_brightness value)
>> {
>> struct asus_wireless_data *data;
>>
>> --
>> 2.11.0
>>
>
>
>
> --
> With Best Regards,
> Andy Shevchenko



--
With Best Regards,
Andy Shevchenko