Re: [PATCH] drivers: staging: speakup: serialio: delay initializing 'old_serial_port.baud_base'

2013-10-26 Thread Chen Gang
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

Re: [PATCH 3/4] staging: lustre: Remove typedef and update cfs_hash_bd struct

2013-10-26 Thread Lisa Nguyen
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

Re: [PATCH 1/3] staging: lustre: lnet: Remove unnecessary spaces in lib-lnet.h

2013-10-26 Thread Greg KH
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

Re: [PATCH 1/4] staging: lustre: Remove typedef and update cfs_hash_bucket struct

2013-10-26 Thread Greg KH
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