Re: [PATCH 2195/2195] Staging: rdma: amso1100: Fix multiple assignments on single line.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Oct 25, 2015 at 04:50:06AM -0600, Weston Silbaugh wrote:
> Multiple assignments should be avoided.
> 
> For example:
> 
> cm_event.ird = cm_event.ord = 128;
> 
> Should be:
> 
> cm_event.ird = 128;
> cm_event.ord = 128;
> 
> Signed-off-by: Weston Silbaugh <weston.silbaugh@xxxxxxxxx>

Where are the 2194 other patches in this series?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux