From: Nick Warne <nick@linicks.net>
To: linux-kernel@vger.kernel.org
Subject: Question on Space.c
Date: Mon, 29 May 2006 18:49:04 +0100 [thread overview]
Message-ID: <200605291849.04769.nick@linicks.net> (raw)
I saw Space.o being build, and seeing as it is Capitalised thought I would see
why, and maybe a patch to make it all lower case.
The patch is trivial:
--- drivers/net/MakefileOrig 2006-05-29 17:59:09.000000000 +0100
+++ drivers/net/Makefile 2006-05-29 17:59:23.000000000 +0100
@@ -79,7 +79,7 @@
obj-$(CONFIG_SUNDANCE) += sundance.o
obj-$(CONFIG_HAMACHI) += hamachi.o
-obj-$(CONFIG_NET) += Space.o loopback.o
+obj-$(CONFIG_NET) += space.o loopback.o
obj-$(CONFIG_SEEQ8005) += seeq8005.o
obj-$(CONFIG_NET_SB1000) += sb1000.o
obj-$(CONFIG_MAC8390) += mac8390.o 8390.o
then/and rename drivers/net/Space.c -> drivers/net/space.c
It all builds OK (not booted with it though).
Doing a grep of source after changes reveals only a few documentation/comments
refer to Space.c - no other code.
I have looked though docs and googled as to why this One File Is Like This to
no avail? Convention?
Nick
--
"Person who say it cannot be done should not interrupt person doing it."
-Chinese Proverb
next reply other threads:[~2006-05-29 17:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-29 17:49 Nick Warne [this message]
2006-05-29 18:05 ` Question on Space.c Jesper Juhl
2006-05-29 18:11 ` Nick Warne
2006-05-29 19:03 ` Al Viro
2006-05-29 18:06 ` Brian F. G. Bidulock
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=200605291849.04769.nick@linicks.net \
--to=nick@linicks.net \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox