On Wed, 27 Dec 2017, SF Markus Elfring wrote:
> >>> - x = (T)kmalloc(E1,E2); > >>> + x = (T)kzalloc(E1,E2); > >>> > >>> This for useless pointer cast which is done implicitily. > >> > >> Actually, the above rule is for the case where the cast is useful. > > * Have you got any special aspects in mind here? > > * How do you think about to restrict it for pointer data types? The cast is useful when it is to a non-pointer type. julia _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
