[PATCH 2/2] kallsyms: Nuke all ChangeLog, this should be logged by git
- From: Bryan Wu <cooloney@xxxxxxxxxx>
- Date: Fri, 25 Apr 2008 18:28:19 +0800
Pointed out by Paulo:
"When I wrote this initially, it was a mistake to add a Changelog
in the first place, but I didn't know better at the time.
If you're going to make changes to this file, please remove all the
Changelog, instead of adding more entries to it. The "Changelog"
should be kept by the version control system, and not the source code itself."
Cc: Paulo Marques <pmarques@xxxxxxxxxxxx>
Signed-off-by: Bryan Wu <cooloney@xxxxxxxxxx>
---
scripts/kallsyms.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
index 0f7269f..868a4c8 100644
--- a/scripts/kallsyms.c
+++ b/scripts/kallsyms.c
@@ -7,12 +7,6 @@
*
* Usage: nm -n vmlinux | scripts/kallsyms [--all-symbols] > symbols.S
*
- * ChangeLog:
- *
- * (25/Aug/2004) Paulo Marques <pmarques@xxxxxxxxxxxx>
- * Changed the compression method from stem compression to "table lookup"
- * compression
- *
* Table compression uses all the unused char codes on the symbols and
* maps these to the most used substrings (tokens). For instance, it might
* map char code 0xF7 to represent "write_" and then in every symbol where
--
1.5.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 2/2] kallsyms: Nuke all ChangeLog, this should be logged by git
- From: Paulo Marques
- Re: [PATCH 2/2] kallsyms: Nuke all ChangeLog, this should be logged by git
- References:
- [PATCH 0/2] kallsyms updates for Blackfin
- From: Bryan Wu
- [PATCH 0/2] kallsyms updates for Blackfin
- Prev by Date: [PATCH 1/2] kallsyms: Allow kernel symbols in L1 to be found in Blackfin architecture
- Next by Date: [PATCH 0/2] kallsyms updates for Blackfin
- Previous by thread: Re: [PATCH 1/2] kallsyms: Allow kernel symbols in L1 to be found in Blackfin architecture
- Next by thread: Re: [PATCH 2/2] kallsyms: Nuke all ChangeLog, this should be logged by git
- Index(es):
Relevant Pages
|