On Wed, 30 Jul 2014, Alexandre Courbot wrote:
> On Wed, Jul 30, 2014 at 12:16 AM, Julia Lawall <julia.law...@lip6.fr> wrote: > > From: Julia Lawall <julia.law...@lip6.fr> > > > > Correct typo in the name of the type given to sizeof. Because it is the > > size of a pointer that is wanted, the typo has no impact on compilation or > > execution. > > > > This problem was found using Coccinelle (http://coccinelle.lip6.fr/). The > > semantic patch used can be found in message 0 of this patch series. > > Acked-by: Alexandre Courbot <acour...@nvidia.com> > > Interestingly the compiler never complains despite gpiod_desc not > being a declared type... The compiler doesn't care. A pointer is a pointer, regardless of the type. julia -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/