On Fri, Oct 25, 2013 at 01:20:18PM -0700, Lisa Nguyen wrote:
> Remove typedef keyword and rename the cfs_hash_bucket_t struct to
> cfs_hash_bucket in libcfs_hash.h. These changes resolve the
> "Do not add new typedefs" warning generated by checkpatch.pl and
> meet kernel coding style.
>
> The stru
On Fri, Oct 25, 2013 at 01:22:52PM -0700, Lisa Nguyen wrote:
> Remove spaces between function names and open parentheses to
> meet kernel coding style and eliminate extra space warnings
> generated by checkpatch.pl
>
> Signed-off-by: Lisa Nguyen
This series doesn't apply either, did I already ap
On Fri, Oct 25, 2013 at 2:59 PM, Dan Carpenter wrote:
> This is for future reference, the current patch seems fine.
>
> On Fri, Oct 25, 2013 at 01:20:56PM -0700, Lisa Nguyen wrote:
>> --- a/drivers/staging/lustre/lustre/ldlm/ldlm_resource.c
>> +++ b/drivers/staging/lustre/lustre/ldlm/ldlm_resource
On 10/25/2013 01:29 PM, Greg KH wrote:
> On Wed, Oct 23, 2013 at 11:20:12AM +0800, Chen Gang wrote:
>> For some architectures (e.g. arc), BASE_BAUD cannot be constant number.
>> So have to delay initializing 'old_serial_port.baud_base', or can not
>> pass compiling.
>>
>> The related error (allmodc