Re: [PATCH] staging: winbond: sme_api.h Coding style fixes.

From: Pekka Enberg
Date: Sun Mar 21 2010 - 16:33:26 EST


On Sun, Mar 21, 2010 at 10:12 PM, Pavel Machek <pavel@xxxxxx> wrote:
> On Sun 2010-03-21 17:55:03, Lars Lindley wrote:
>> I fixed the things reported by checkpatch.pl except
>> one long line and a __inline.
>> I also removed commented away code and versioning comments.
>>
>> Signed-off-by: Lars Lindley <lindley@xxxxxxxxxx>
>
> ACK.

Acked-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>

>> @@ -18,42 +12,42 @@
>>  #include "localpara.h"
>>
>>  /****************** CONSTANT AND MACRO SECTION ******************************/
>> -#define _INLINE      __inline
>> +#define _INLINE                              __inline
>
> doing s/_INLINE/__inline/ on whole sources would be nice....

We probably can just get rid of most of the inlines in the driver code, I think.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/