Re: [PATCH] Staging: tidspbridge: fixed several coding style issues

From: Dan Carpenter
Date: Fri Feb 11 2011 - 03:02:10 EST


On Fri, Feb 11, 2011 at 01:02:46AM +0100, Klaas Neirinck wrote:
> Fixed several coding style issues.
>
> Signed-off-by: Klaas Neirinck <klaas.neirinck@xxxxxxxxx>
--- dest = ibuf.bufr;
> #ifdef OPT_ZERO_COPY_LOADER
> zero_copy = false;
> - if (!dload_check_type(sptr, DLOAD_CINIT) {
> + if (!dload_check_type(sptr, DLOAD_CINIT)) {
> dlthis->myio->writemem(dlthis->myio,
> &dest,

Also it apparently fixes a compile problem? Why not say that in the
change log... :/

regards,
dan carpenter

--
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/