You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates to match the rfc/v1 submission work in progress. Fix
some checkpatch warnings, leaving the ones about splitting strings in
the module parameter descriptions (I don't know how I would cause
those to go away without editing the descriptions way down).
drivers/dma/sdxi/device.c:462: WARNING: break is not useful after a
return
torvalds#462: FILE: drivers/dma/sdxi/device.c:462:
+ return;
+ break;
drivers/dma/sdxi/device.c:747: WARNING: Integer promotion: Using 'h'
in '%#hx' is unnecessary
drivers/dma/sdxi/device.c:884: WARNING: Missing a blank line after
declarations
torvalds#884: FILE: drivers/dma/sdxi/device.c:884:
+ struct sdxi_cxt *cxt = sdxi->cxt_array[i][j];
+ if (!cxt)
Signed-off-by: Nathan Lynch <[email protected]>
0 commit comments