Messages in this thread |  | | Date | Tue, 30 Jan 2018 08:27:52 +0900 | From | Andi Shyti <> | Subject | Re: [PATCH 4/8] Input: mms114 - remove unused variable |
| |
Hi Dmitry,
On Mon, Jan 29, 2018 at 10:43:09AM -0800, Dmitry Torokhov wrote: > On Mon, Jan 29, 2018 at 08:33:19PM +0900, Andi Shyti wrote: > > '__packed' is not used anywhere, remove it. > > Umm, this is not a variable, this is type annotation meaning that the > structure is packed. Still not needed, as we are not using anything but > u8 data elements, but justification is completely wrong.
Oh dammit! :)
of course! The original idea was the alignment of the structure, but I must have got confused while re-editing all the commits.
Sorry, I'll fix it.
Andi
|  |