> -----Original Message----- > From: Yang, Zhiyong > Sent: Thursday, January 25, 2018 3:55 PM > To: [email protected] > Cc: Xing, Beilei <[email protected]>; Zhang, Qi Z <[email protected]>; > Zhang, Helin <[email protected]>; Yang, Zhiyong > <[email protected]> > Subject: [PATCH] net/i40e: remove unnecessary void pointer cast > > void pointer can be assigned to any type pointer without type cast. > The patch can make code more simple. > > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Zhiyong Yang <[email protected]>
Thanks for clean up! Acked-by: Qi Zhang <[email protected]>

