Prev: [PATCH RFC] Make AT_VECTOR_SIZE_ARCH 2 for x86-32
Next: [PATCH] Restrict initial stack space expansion to rlimit
From: Arjan van de Ven on 9 Feb 2010 00:40 > -static struct svc_expkey *svc_expkey_update(struct svc_expkey *new, struct svc_expkey *old); > +static struct svc_expkey *svc_expkey_update(struct svc_expkey *new, > + struct svc_expkey *old); how is this an improvement ? I don't find the 2nd more more readable also, are you planning to do real changes to this file? If not, I would suggest not doing cleanups like this; while cleanups like the other things you did are fine as a first step to doing real work on a file, it's usually not liked very much to ONLY do such cosmetic things... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |