diff options
| author | Andrew Morton <akpm@osdl.org> | 2003-10-01 10:59:11 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-10-01 10:59:11 -0700 |
| commit | e13a7aa5c8abf7c391bb26834df9f3c80a58f0a3 (patch) | |
| tree | 2bcf40b48fac6d823b59dd29a57edb6305a191a2 /kernel | |
| parent | 9230fbc5ec7d33b4071b2f04547bf70ab1712040 (diff) | |
[PATCH] misc fixes
- mpparse printk should be in hex (john stultz <johnstul@us.ibm.com>)
- fiddle with RCU copyright messages (Dipankar Sarma <dipankar@in.ibm.com>)
- use print_dev_t() for sysfs dev file in videodev.c (Gerd Knorr
<kraxel@bytesex.org>)
- comx-hw-munich.c 64-bit warning fix (Vinay K Nallamothu
<vinay.nallamothu@gsecone.com>)
- random.c return val fix
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/rcupdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcupdate.c b/kernel/rcupdate.c index 113bae2ae4e5..58bf4ca820a1 100644 --- a/kernel/rcupdate.c +++ b/kernel/rcupdate.c @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * Copyright (c) IBM Corporation, 2001 + * Copyright (C) IBM Corporation, 2001 * * Author: Dipankar Sarma <dipankar@in.ibm.com> * |
