lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 04 Nov 2010 19:07:21 +0100
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Christoph Lameter <cl@...ux.com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	Ingo Molnar <mingo@...e.hu>, Andi Kleen <andi@...stfloor.org>,
	Tejun Heo <tj@...nel.org>, Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [PATCH] irq: use per_cpu kstat_irqs

Le jeudi 04 novembre 2010 à 13:05 -0500, Christoph Lameter a écrit :
> On Thu, 4 Nov 2010, Eric Dumazet wrote:
> 
> >  static inline unsigned int kstat_irqs_cpu(unsigned int irq, int cpu)
> >  {
> > -       return kstat_cpu(cpu).irqs[irq];
> > +	return kstat_cpu(cpu).irqs[irq];
> >  }
> 
> Whitespace fixes?
> 
> Looks ok otherwise.
> 
> Reviewed-by: Christoph Lameter <cl@...ux.com>


Ah yes, some lines were beginning with seven spaces.

Thanks for the review !


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

Powered by blists - more mailing lists