lkml.org 
[lkml]   [2008]   [Jan]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/ia32_aout.c
From
> -		if ((jiffies-error_time) > 5*HZ)
> - {
> - printk(KERN_WARNING
> + if ((jiffies-error_time) > 5*HZ) {

Should we expect second wave of this crap when you will suddenly realize
that it would be even nicer to write:

if (jiffies - error_time > 5 * HZ) {

Alexey "?" Dobriyan


\
 
 \ /
  Last update: 2008-01-08 21:03    [W:0.080 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site