Re: [PATCH 0/5] 2nd patch for illegal coding style

2015-07-30 Thread tony . cho
Hi Greg, I understand what you mention. I will first make it. The 5 patches among the first series of patch was rejected and the 2nd patch also has a problem. As you said, I will resend them later after removing build warnings. They will be delivered soon. Thanks, Tony. On 2015년 07월 31일 12

Re: [PATCH 0/5] 2nd patch for illegal coding style

2015-07-30 Thread Greg KH
On Thu, Jul 30, 2015 at 06:10:09PM +0900, Tony Cho wrote: > This patch V2 includes only patches rejected. The rejected patch for the > following, #ifdef conditionals cover entire functions, introduced new error on > required space before the open parenthesis '('. This is my mistake while > rewritin

[PATCH 0/5] 2nd patch for illegal coding style

2015-07-30 Thread Tony Cho
This patch V2 includes only patches rejected. The rejected patch for the following, #ifdef conditionals cover entire functions, introduced new error on required space before the open parenthesis '('. This is my mistake while rewriting codes. The original 13th patch didn't include new fix introduce