lkml.org 
[lkml]   [1999]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Newer Patch: CPU-detection for older processors (<586)
Date
From
David Weinehall wrote:
>
> Oh, and there's quite a lot of slack spaces and a few ^M (that is, DOS
> linebreaks), could you remove them? I'm being nitpicky now, but why have
> 8 spaces when you can have one tab...

I disagree with the "nitpicky" part. This is not nitpicky.

Really, it's MUCH better to have the tabs/spaces thing right. It means
that the source formats OK for people with tabspacing=4 too.

if (...) {
printk (KERN_WARN "This is a test. %d %d %d\n",
info->a, info->b, info->c);
}

Note that there are two tabs before the "printk", as well as the next
line. Here with the tabspacing at 8, one extra tab could be used
before the info->a, but that would mess up if you have the tabspacing
at anything else than 8. So there is two tabs and 8 spaces before the
"info->a" line.

If you adhere to these rules, the sources end up looking much better,
which is VERY important for a multi-million-lines-of-code project.

Roger.

--
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
------ Microsoft SELLS you Windows, Linux GIVES you the whole house ------


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

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.067 / U:0.676 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site