On Tue, Feb 25, 2014 at 10:25 PM, Jan-Simon Möller <[email protected]> wrote:
> Acked-by: Jan-Simon Möller <[email protected]>
>

Thanks, applied,
-Bryan

> --
>
> Dipl.-Ing.
> Jan-Simon Möller
>
> [email protected]
> Am Mittwoch, 26. Februar 2014, 14:16:11 schrieb Jingoo Han:
>> Remove unnecessary space in order to fix the following
>> checkpatch issues.
>>
>>   WARNING: space prohibited before semicolon
>>
>> Signed-off-by: Jingoo Han <[email protected]>
>> ---
>>  drivers/leds/leds-blinkm.c |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/leds/leds-blinkm.c b/drivers/leds/leds-blinkm.c
>> index 0c50860..d0452b0 100644
>> --- a/drivers/leds/leds-blinkm.c
>> +++ b/drivers/leds/leds-blinkm.c
>> @@ -443,7 +443,7 @@ static void led_work(struct work_struct *work)
>>  {
>>       int ret;
>>       struct blinkm_led *led;
>> -     struct blinkm_data *data ;
>> +     struct blinkm_data *data;
>>       struct blinkm_work *blm_work = work_to_blmwork(work);
>>
>>       led = blm_work->blinkm_led;
>
--
To unsubscribe from this list: send the line "unsubscribe linux-leds" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to