All of lore.kernel.org
 help / color / mirror / Atom feed
From: eaburns@bender.eaburns.mooo.com
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] [PATCH] Changed all calls to pci_module_init to be
Date: Wed, 01 Nov 2006 01:46:17 +0000	[thread overview]
Message-ID: <20061101014617.GA13667@bender.eaburns.mooo.com> (raw)
In-Reply-To: <20061028201039.GB20208@zeno.unh.edu>

> >> >
> >> > I wouldn't mind doing that.  Just a simple find/replace of 'FALSE' 
> >> with 'false'
> >> > and 'TRUE' with 'true'?
> >> Both yes and no. Of course you can do a simple replace (like just using
> >> sed with "s/FALSE/false/") but I think it is a good idea to check the
> >> paths for the variables to see they are real booleans (only gets 'false'
> >> and 'true', also only used in logical operations) and also clean up
> >> things like "if (b = TRUE)". If you make such a patch, can you cc: me
> >> too, please?
> >
> > Is this a janitor project ? Is anyone working on it ?
> Not really, have not thought about it actually. Just thought, since 
> there is a generic boolean in the kernel now, it would be a good 
> janitorial task, don't you think? I have yet to get around and start 
> seriously produce patches and if it should be a "project", who should I 
> see about that?

Maybe this is more of a newbie question than a janitorial question:
I was going to try to fix a few of these, however, I was not sure how to get
certain files to compile.  For example, I found a few arch/ppc files that I
tried to make this change to, but I do not have a ppc I have an x86_64 and an
i386.  Is there at way that I can at least try to compile these files?  I
realize that I wouldn't be able to test it, but in a case like this I feel
like a successfull compile would be a good start.

If there is no easy (I could probably do a complete cross compile, but that's
a lot more work than I am willing to do for this little change I made) way to
compile this, what's the usual procedure for somthing like this?  Don't do the
change if you can't compile it, or make a patch and see if someone else will
try it for you?

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

  parent reply	other threads:[~2006-11-01  1:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-28 20:10 [KJ] [PATCH] Changed all calls to pci_module_init to be Ethan A Burns
2006-10-30  4:16 ` [KJ] [PATCH] Changed all calls to pci_module_init to Richard Knutsson
2006-10-30 16:25 ` Ethan A Burns
2006-10-30 17:15 ` Richard Knutsson
2006-10-30 17:40 ` Ethan A Burns
2006-10-31  3:54 ` Richard Knutsson
2006-10-31  8:46 ` [KJ] [PATCH] Changed all calls to pci_module_init to be Suren Naidu
2006-11-01  1:41 ` Richard Knutsson
2006-11-01  1:46 ` eaburns [this message]
2006-11-01  2:28 ` Richard Knutsson
2006-11-01  2:31 ` Richard Knutsson
2006-11-01  4:03 ` 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=20061101014617.GA13667@bender.eaburns.mooo.com \
    --to=eaburns@bender.eaburns.mooo.com \
    --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.