Re: [PATCH v3 2/2] staging: vt6655: vt6656: change order of makefile variable definitions

2020-05-15 Thread Matej Dujava
On Fri, May 15, 2020 at 03:48:59PM +0200, Greg Kroah-Hartman wrote: I still fail to understand the need for this patch at all. It doesn't clean anything up, nor change anything. There is no rule that this has to be in one order or the other, and in fact, I like the order that the files

Re: [PATCH v3 2/2] staging: vt6655: vt6656: change order of makefile variable definitions

2020-05-15 Thread Greg Kroah-Hartman
On Wed, May 13, 2020 at 09:15:51PM +0200, Matej Dujava wrote: > This patch will add indentation to multiline variable and put > obj-$(CONFIG_X) at the beginning of the file. This order of variables is > used in other drives, so this will make vt665x Makefiles fit into the > pattern. > >

[PATCH v3 2/2] staging: vt6655: vt6656: change order of makefile variable definitions

2020-05-13 Thread Matej Dujava
This patch will add indentation to multiline variable and put obj-$(CONFIG_X) at the beginning of the file. This order of variables is used in other drives, so this will make vt665x Makefiles fit into the pattern. Indentation is fixed in vt6655/Makefile. Order of variable declaration is changed