On Mon, Dec 29, 2014 at 08:49:40PM +0800, Jia He wrote: > This patch is to fix the below warnings generated by sparse: > warning: incorrect type in argument 1 (different address spaces) > expected void const volatile [noderef] <asn:1>*<noident> > got int *<noident> > Adding the macro "__user" can suppress the warnings, and aslo some lines > are adjusted for 80 chars line limitation. > Already checked by sparse "C=2" > > Signed-off-by: Jia He <[email protected]> > Cc: Oleg Drokin <[email protected]> > Cc: Andreas Dilger <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > --- > .../staging/lustre/lustre/include/lprocfs_status.h | 18 ++++----- > .../lustre/lustre/obdclass/lprocfs_status.c | 6 +-- > drivers/staging/lustre/lustre/osc/lproc_osc.c | 44 > +++++++++++----------- > drivers/staging/lustre/lustre/osc/osc_request.c | 6 +-- > .../staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c | 6 +-- > 5 files changed, 40 insertions(+), 40 deletions(-)
Doesn't apply to my staging-testing branch at all :( -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

