netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] he: tiny space savings
@ 2006-12-17 12:56 Alexey Dobriyan
  2006-12-17 18:28 ` [KJ] " Adrian Bunk
  2006-12-18  1:11 ` David Miller
  0 siblings, 2 replies; 6+ messages in thread
From: Alexey Dobriyan @ 2006-12-17 12:56 UTC (permalink / raw)
  To: netdev; +Cc: Andi Drebes, kernel-janitors

From: Andi Drebes <webmaster@programmierforen.de>

   text    data     bss     dec     hex filename
  20015     480      28   20523    502b drivers/atm/he.o
  19997     480      28   20505    5019 drivers/atm/he.o

Signed-off-by: Andi Drebes <webmaster@programmierforen.de>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 drivers/atm/he.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/atm/he.c
+++ b/drivers/atm/he.c
@@ -101,7 +101,7 @@ #endif /* HE_DEBUG */
 
 /* version definition */
 
-static char *version = "$Id: he.c,v 1.18 2003/05/06 22:57:15 chas Exp $";
+static const char version[] = "$Id: he.c,v 1.18 2003/05/06 22:57:15 chas Exp $";
 
 /* declarations */
 


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

end of thread, other threads:[~2006-12-18  4:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-17 12:56 [PATCH] he: tiny space savings Alexey Dobriyan
2006-12-17 18:28 ` [KJ] " Adrian Bunk
2006-12-17 20:02   ` Alexey Dobriyan
2006-12-17 20:06     ` Adrian Bunk
2006-12-18  1:11 ` David Miller
2006-12-18  4:50   ` [2.6 patch] drivers/atm/he.c: remove ancient version string Adrian Bunk

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).