From: Himangi Saraogi <[email protected]> Date: Sun, 10 Aug 2014 13:06:47 +0530
> The Linux kernel coding style guidelines suggest not using typedefs > for structure types. This patch gets rid of the typedefs for > port_t, card_status_t and card_t. Also, the names of the structs > are changed to drop the _t, to make the name look less typedef-like. > > The following Coccinelle semantic patch detects two cases and a > similar one detects the case for card_t. ... > Signed-off-by: Himangi Saraogi <[email protected]> > Acked-by: Julia Lawall <[email protected]> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

