Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1573680
| From | Andy Shevchenko <andy.shevchenko@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] asus-wireless: Fix identation |
| Date | 2017-02-04 16:10 +0100 |
| Message-ID | <t7a8q-2cc-17@gated-at.bofh.it> (permalink) |
| References | <t62cV-5Vf-19@gated-at.bofh.it> <t62cW-5Vf-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Feb 1, 2017 at 2:27 PM, João Paulo Rechi Vita <jprvita@gmail.com> 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: ...
> Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com>
> ---
> 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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH 1/1] asus-wireless: Fix identation João Paulo Rechi Vita <jprvita@gmail.com> - 2017-02-01 13:30 +0100
[PATCH] asus-wireless: Fix identation "João Paulo Rechi Vita" <jprvita@gmail.com> - 2017-02-01 13:30 +0100
Re: [PATCH] asus-wireless: Fix identation Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-02-04 16:10 +0100
Re: [PATCH] asus-wireless: Fix identation Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-02-04 16:20 +0100
[PATCHv3] platform/x86: asus-wireless: Fix identation "João Paulo Rechi Vita" <jprvita@gmail.com> - 2017-02-06 16:30 +0100
Re: [PATCHv3] platform/x86: asus-wireless: Fix identation Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-02-07 11:30 +0100
csiph-web