Re: [PATCH] Fix code style in css_task_iter_next_css_set()

2020-06-14 Thread Greg KH
On Fri, Jun 12, 2020 at 09:56:26PM +0200, Markus Elfring wrote: > > One line similar code before in this function > > I suggest to improve the commit message. > How do you think about a wording variant like the following? > >Combine two assignments for the variable ā€œlā€ into one statement. >

Re: [PATCH] Fix code style in css_task_iter_next_css_set()

2020-06-13 Thread zzuedu2000
Please ignore this patch, I will send a updated one later. Regards, Wei Fenghai

Re: [PATCH] Fix code style in css_task_iter_next_css_set()

2020-06-12 Thread Markus Elfring
> One line similar code before in this function I suggest to improve the commit message. How do you think about a wording variant like the following? Combine two assignments for the variable ā€œlā€ into one statement. Regards, Markus