linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vojtech Pavlik <vojtech@suse.cz>
To: Vojtech Pavlik <vojtech@suse.cz>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Minor input fixes [5/7]
Date: Fri, 13 Sep 2002 11:10:51 +0200	[thread overview]
Message-ID: <20020913111051.A28479@ucw.cz> (raw)
In-Reply-To: <20020913111014.A28426@ucw.cz>; from vojtech@suse.cz on Fri, Sep 13, 2002 at 11:10:14AM +0200

Hi!

You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.
'bk pull bk://linux-input.bkbits.net/linux-input' should work as well.

===================================================================

ChangeSet@1.593, 2002-09-12 09:05:03+02:00, adam@yggdrasil.com
  The following patch shaves a six bytes from the loaded size
  of pcspkr.o and another 90 elsewhere in the .o file.


 pcspkr.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

===================================================================

diff -Nru a/drivers/input/misc/pcspkr.c b/drivers/input/misc/pcspkr.c
--- a/drivers/input/misc/pcspkr.c	Thu Sep 12 23:38:50 2002
+++ b/drivers/input/misc/pcspkr.c	Thu Sep 12 23:38:50 2002
@@ -22,8 +22,8 @@
 MODULE_DESCRIPTION("PC Speaker beeper driver");
 MODULE_LICENSE("GPL");
 
-static char *pcspkr_name = "PC Speaker";
-static char *pcspkr_phys = "isa0061/input0";
+static char pcspkr_name[] = "PC Speaker";
+static char pcspkr_phys[] = "isa0061/input0";
 static struct input_dev pcspkr_dev;
 
 spinlock_t i8253_beep_lock = SPIN_LOCK_UNLOCKED;

===================================================================

This BitKeeper patch contains the following changesets:
1.593
## Wrapped with gzip_uu ##


begin 664 bkpatch25335
M'XL(`&H)@3T``]V476O;,!2&KZ-?<6@O2^PC^2.V1T:V=&QE@X5TO1IC*+(<
M>[$M(REI4_SCIWR0P58R5GHURS:2]9ZCEW,>?`EW1NILL%$_K!0EN80/RMAL
M8-9&>N+1K>=*N;5?JD;Z1Y6_6/E5VZTM<?LS;D4)&ZE--J!></IBMYW,!O-W
M[^\^O9D3,A[#M.3M4MY*"^,QL4IO>)V;";=EK5K/:MZ:1EKN"=7T)VG/$)D;
M$1T%&,4]C3$<]8+FE/*0RAQ9F,0AT8^3NFK7#\,F3E:>TLO?,Z34Y0ACC/HH
M33$@UT"]*`T`F8^I3QE@FF&487"%+$,$GO-FLETN<\U-5>\\P16%(9*W\++.
MIT3`EU)"H>I:W5?M$KI]^4S)-](`!U,]P&)KW;S0SH5UVEKQ7.9NYU&Z:%5`
M)TRWTIX"WN;N44ZD(460M9'W;BZA:O>13E)4M?3(1XB1NN-GO[I"AO]X$8(<
MR6LX4C$Y,M/GNMKA<$#$;RHC_*-!<2A*PB(:,$J3G@9I&/<1=PTJZ(*.BIS1
M@CY1_;\GW75XA!%B'](DCO;$G0G:,?CBQI^?,76NHX3NN61_4(EGJ&0P9/\/
ME8?>?8:AOC_>#M$S57P&M-<L`D9N6.S>QG);"1`EUT>[WUO>R*_?8`P7LRG<
M=I*OI+YX]92R*[?FH*P,1XSIP2`Z]>DO*$HI5F;=C#%)12)'`?D)`/),9W(%
"````
`
end

-- 
Vojtech Pavlik
SuSE Labs

  reply	other threads:[~2002-09-13  9:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-13  9:04 Minor input fixes [1/7] Vojtech Pavlik
2002-09-13  9:06 ` Minor input fixes [2/7] Vojtech Pavlik
2002-09-13  9:06   ` Minor input fixes [3/7] Vojtech Pavlik
2002-09-13  9:10     ` Minor input fixes [4/7] Vojtech Pavlik
2002-09-13  9:10       ` Vojtech Pavlik [this message]
2002-09-13  9:11         ` Minor input fixes [6/7] Vojtech Pavlik
2002-09-13  9:15           ` Minor input fixes [7/7] Vojtech Pavlik

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=20020913111051.A28479@ucw.cz \
    --to=vojtech@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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;
as well as URLs for NNTP newsgroup(s).