Re: [PATCH 1/2] staging: ks7010: Remove trailing "_t" from all structure names.

2018-03-28 Thread Greg KH
On Fri, Mar 23, 2018 at 11:40:42PM -0700, Quytelda Kahja wrote: > The "_t" suffix is not needed for structure names in this driver, > and is a reflection of an older typedef system that is no longer > in place. Remove the "_t" suffix from every structure defined in this > driver. > >

[PATCH 1/2] staging: ks7010: Remove trailing "_t" from all structure names.

2018-03-24 Thread Quytelda Kahja
The "_t" suffix is not needed for structure names in this driver, and is a reflection of an older typedef system that is no longer in place. Remove the "_t" suffix from every structure defined in this driver. Signed-off-by: Quytelda Kahja ---