linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Those ruddy punctuation fixes
@ 2003-03-05 11:10 Russell King
  2003-03-05 11:22 ` John Bradford
  2003-03-05 12:20 ` Dave Jones
  0 siblings, 2 replies; 28+ messages in thread
From: Russell King @ 2003-03-05 11:10 UTC (permalink / raw)
  To: Linux Kernel List


Could we stop fix^wbreaking this stuff please.  GCC 3.2.2:

  arm-linux-gcc -Wp,-MD,arch/arm/kernel/.asm-offsets.s.d -D__KERNEL__ -Iinclude
-Wall -Wstrict-prototypes -Wno-trigraphs -Os -fno-strict-aliasing -fno-common -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mapcs-32 -D__LINUX_ARM_ARCH__=4
-march=armv4 -mtune=strongarm110 -mshort-load-bytes -msoft-float -Wa,-mno-fpu -Uarm -nostdinc -iwithprefix include    -DKBUILD_BASENAME=asm_offsets -DKBUILD_MODNAME=asm_offsets -S -o arch/arm/kernel/asm-offsets.s arch/arm/kernel/asm-offsets.c
In file included from include/asm/system.h:28,
                 from include/asm/bitops.h:22,
                 from include/linux/bitops.h:3,
                 from include/linux/thread_info.h:20,
                 from include/linux/spinlock.h:12,
                 from include/linux/capability.h:44,
                 from include/linux/sched.h:7,
                 from arch/arm/kernel/asm-offsets.c:15:
include/asm/proc-fns.h:128:39: missing terminating ' character

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


^ permalink raw reply	[flat|nested] 28+ messages in thread
* Re: Those ruddy punctuation fixes
@ 2003-03-07  7:16 Dan Kegel
  2003-03-07 17:17 ` Benjamin LaHaise
  0 siblings, 1 reply; 28+ messages in thread
From: Dan Kegel @ 2003-03-07  7:16 UTC (permalink / raw)
  To: Linux Kernel Mailing List

The current hubub was caused by a build breakage, right?
And that build breakage was caused by a spellfix
outside of a comment.

Simple rules to avoid that problem:
1. don't fix anything not in a comment.  (spell-fix.pl doesn't.)
2. build after you fix
3. don't fix any comments in code you can't build
4. don't fix any punctuation at all

The earlier hubub was caused by people worried about
improper fixes (removing puns, changing meaning, etc.)
The simple expedient of having several literate people
(sensitized to all the concerns raised in this thread)
review the change should get rid of most of that risk.

So I don't think the spelling police have to beat a
total retreat.  They just have to follow the above
rules of thumb.

Or is the hubub really about something else?  Like people
just hate the whole idea, and wish it would go away,
and don't really want to discuss it rationally?
- Dan

-- 
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2003-03-08  2:07 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-05 11:10 Those ruddy punctuation fixes Russell King
2003-03-05 11:22 ` John Bradford
2003-03-05 14:18   ` Mike Dresser
2003-03-06  1:50   ` jw schultz
2003-03-06  9:58     ` Russell King
2003-03-06 10:46     ` John Bradford
2003-03-05 12:20 ` Dave Jones
2003-03-05 11:37   ` good info on memory management Prasad Kamath
2003-03-05 12:03     ` Terje Eggestad
2003-03-06  8:16       ` Ranjeet Shetye
2003-03-06  3:11   ` Those ruddy punctuation fixes Steven Cole
2003-03-07  1:04     ` Val Henson
2003-03-07  2:44       ` Steven Cole
2003-03-07  3:33         ` Martin J. Bligh
2003-03-07  4:02           ` Steven Cole
2003-03-07  5:11             ` Martin J. Bligh
2003-03-07 17:04             ` Hans Reiser
     [not found]     ` <mailman.1047000901.5238.linux-kernel2news@redhat.com>
2003-03-07  3:07       ` Pete Zaitcev
2003-03-07  7:16 Dan Kegel
2003-03-07 17:17 ` Benjamin LaHaise
2003-03-07 18:00   ` Dan Kegel
2003-03-07 23:15   ` Alan Cox
2003-03-08  0:52     ` Dave Jones
2003-03-08  0:04       ` Randy.Dunlap
2003-03-08  0:29       ` Werner Almesberger
2003-03-08  1:09         ` Dan Kegel
2003-03-08  2:18           ` Werner Almesberger
2003-03-08  1:08       ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).