Re: [PATCH 0/3] platform/x86: dell-laptop: All the warnings are resolved.

2017-12-14 Thread Dhaval Shah
ject: Re: [PATCH 0/3] platform/x86: dell-laptop: All the warnings are > resolved. > > On Wed, Dec 13, 2017 at 10:13 AM, Dhaval Shah > wrote: > > There are total three types of warnings are resolved. > > First patch : Block comments use * on subsequent lines >

Re: [PATCH 0/3] platform/x86: dell-laptop: All the warnings are resolved.

2017-12-14 Thread Andy Shevchenko
On Wed, Dec 13, 2017 at 10:13 AM, Dhaval Shah wrote: > There are total three types of warnings are resolved. > First patch : Block comments use * on subsequent lines > Second patch : Missing a blank line after declarations > third patch : braces {} are not necessary for single statement blocks.

[PATCH 0/3] platform/x86: dell-laptop: All the warnings are resolved.

2017-12-13 Thread Dhaval Shah
There are total three types of warnings are resolved. First patch : Block comments use * on subsequent lines Second patch : Missing a blank line after declarations third patch : braces {} are not necessary for single statement blocks. Dhaval Shah (3): platform/x86: dell-laptop: Block comments