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

Greg KH gregkh at linuxfoundation.org
Sun Oct 25 16:31:27 UTC 2015


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 at gmail.com>

Where are the 2194 other patches in this series?

thanks,

greg k-h


More information about the devel mailing list