All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: kernel-janitors@vger.kernel.org
Subject: Re: switch identation was: Re: [Kernel-janitors] [PATCH] Fix warning
Date: Thu, 08 Jan 2004 20:19:41 +0000	[thread overview]
Message-ID: <20040108201941.GY3062@conectiva.com.br> (raw)
In-Reply-To: <20040107164516.50bcd936.rddunlap@osdl.org>

Em Tue, Dec 23, 2003 at 03:18:50PM -0200, Arnaldo C. Melo escreveu:
> Em Tue, Dec 23, 2003 at 10:43:16AM -0200, Luiz Fernando Capitulino escreveu:
> > +		switch(clocking) {
> > +			case 0x03: printk("DISABLED !\n"); break;
> > +			case 0x02: printk("= 2X PCI \n"); break;
> > +			case 0x01: printk("= 133 \n"); break;
> > +			case 0x00: printk("= 100 \n"); break;
> > +		}
> 
> May I suggest that we use:
> 
> 		switch(clocking) {

I was nuts ;(

- Arnaldo
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

  parent reply	other threads:[~2004-01-08 20:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-08  0:45 switch identation was: Re: [Kernel-janitors] [PATCH] Fix Randy.Dunlap
2004-01-08  7:36 ` Luiz Fernando Capitulino
2004-01-08 19:40 ` Randy.Dunlap
2004-01-08 20:13 ` switch identation was: Re: [Kernel-janitors] [PATCH] Fix warning Arnaldo Carvalho de Melo
2004-01-08 20:19 ` Arnaldo Carvalho de Melo [this message]
2004-01-09 12:26 ` switch identation was: Re: [Kernel-janitors] [PATCH] Fix Luiz Fernando Capitulino
2004-01-12  3:32 ` Randy.Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040108201941.GY3062@conectiva.com.br \
    --to=acme@conectiva.com.br \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.