Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1276908 > unrolled thread

Re: [PATCH] drivers: staging: vme: Fixed code style issues

Started byGreg Kroah-Hartman <gregkh@linuxfoundation.org>
First post2015-11-25 00:30 +0100
Last post2015-11-25 00:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] drivers: staging: vme: Fixed code style issues Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-11-25 00:30 +0100

#1276908 — Re: [PATCH] drivers: staging: vme: Fixed code style issues

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2015-11-25 00:30 +0100
SubjectRe: [PATCH] drivers: staging: vme: Fixed code style issues
Message-ID<qyvc6-6mi-17@gated-at.bofh.it>
On Fri, Nov 13, 2015 at 11:04:08PM +0000, Martyn Welch wrote:
> 
> 
> On 13/11/15 20:01, Egor Uleyskiy wrote:
> >From: Egor Uleyskiy <egor.ulieiskii@gmail.com>
> >
> >* Fixed indention
> >* Deleted extra empty lines
> >* Constructions that looks like
> >     card = kzalloc(sizeof(struct pio2_card), GFP_KERNEL);
> >   are changed to
> >     card = kzalloc(sizeof(*card), GFP_KERNEL);
> Also:
> 
>  * Removing extra bracketing from uses of the address operator
>  * Use preferred null return check style

Ick, not good, please break this up into individual patches,
one-per-type-of-fix.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web