Re: [PATCH] v850: Update checksum.h to match changed function signatures

From: Miles Bader
Date: Mon Jul 11 2005 - 05:13:58 EST


2005/7/11, Frederik Deweerdt <frederik.deweerdt@xxxxxxxxx>:
> > -unsigned int csum_partial_copy_from_user (const unsigned char *src, unsigned char *dst,
> > +unsigned int csum_partial_copy_from_user (const unsigned char *src,
> > + unsigned char *dst,
> ^^^^^^^ Alignment looks fuzzy here

It's actually a spaces-vs-tabs issue -- the existing lines use all
spaces for indentation, but my new line uses tabs, so when viewed as
part of the diff they look unaligned; they look OK in the actual
source file though.

-Miles
--
Do not taunt Happy Fun Ball.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/