diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:34:57 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:34:57 -0500 |
commit | 52347f4e810ba323d02cd2c26b5d738f4a2c3d5e (patch) | |
tree | d956016f7aefff1030ca0f7885ac6a6f890a9e94 | |
parent | 1cb9e8e01d2c73184e2074f37cd155b3c4fdaae6 (diff) | |
parent | 48d727a9f93e617d6d443507acf7d1b849c63366 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
41 files changed, 34 insertions, 137 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 237d54c44bc5..1d47e6c09dc6 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches | |||
@@ -158,7 +158,7 @@ Even if the maintainer did not respond in step #4, make sure to ALWAYS | |||
158 | copy the maintainer when you change their code. | 158 | copy the maintainer when you change their code. |
159 | 159 | ||
160 | For small patches you may want to CC the Trivial Patch Monkey | 160 | For small patches you may want to CC the Trivial Patch Monkey |
161 | trivial@rustcorp.com.au set up by Rusty Russell; which collects "trivial" | 161 | trivial@kernel.org managed by Adrian Bunk; which collects "trivial" |
162 | patches. Trivial patches must qualify for one of the following rules: | 162 | patches. Trivial patches must qualify for one of the following rules: |
163 | Spelling fixes in documentation | 163 | Spelling fixes in documentation |
164 | Spelling fixes which could break grep(1). | 164 | Spelling fixes which could break grep(1). |
@@ -171,7 +171,7 @@ patches. Trivial patches must qualify for one of the following rules: | |||
171 | since people copy, as long as it's trivial) | 171 | since people copy, as long as it's trivial) |
172 | Any fix by the author/maintainer of the file. (ie. patch monkey | 172 | Any fix by the author/maintainer of the file. (ie. patch monkey |
173 | in re-transmission mode) | 173 | in re-transmission mode) |
174 | URL: <http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/> | 174 | URL: <http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/> |
175 | 175 | ||
176 | 176 | ||
177 | 177 | ||
diff --git a/Documentation/block/biodoc.txt b/Documentation/block/biodoc.txt index 0fe01c805480..303c57a7fad9 100644 --- a/Documentation/block/biodoc.txt +++ b/Documentation/block/biodoc.txt | |||
@@ -31,7 +31,7 @@ The following people helped with review comments and inputs for this | |||
31 | document: | 31 | document: |
32 | Christoph Hellwig <hch@infradead.org> | 32 | Christoph Hellwig <hch@infradead.org> |
33 | Arjan van de Ven <arjanv@redhat.com> | 33 | Arjan van de Ven <arjanv@redhat.com> |
34 | Randy Dunlap <rddunlap@osdl.org> | 34 | Randy Dunlap <rdunlap@xenotime.net> |
35 | Andre Hedrick <andre@linux-ide.org> | 35 | Andre Hedrick <andre@linux-ide.org> |
36 | 36 | ||
37 | The following people helped with fixes/contributions to the bio patches | 37 | The following people helped with fixes/contributions to the bio patches |
diff --git a/Documentation/filesystems/00-INDEX b/Documentation/filesystems/00-INDEX index bcfbab899b37..7e17712f3229 100644 --- a/Documentation/filesystems/00-INDEX +++ b/Documentation/filesystems/00-INDEX | |||
@@ -18,8 +18,6 @@ devfs/ | |||
18 | - directory containing devfs documentation. | 18 | - directory containing devfs documentation. |
19 | ext2.txt | 19 | ext2.txt |
20 | - info, mount options and specifications for the Ext2 filesystem. | 20 | - info, mount options and specifications for the Ext2 filesystem. |
21 | fat_cvf.txt | ||
22 | - info on the Compressed Volume Files extension to the FAT filesystem | ||
23 | hpfs.txt | 21 | hpfs.txt |
24 | - info and mount options for the OS/2 HPFS. | 22 | - info and mount options for the OS/2 HPFS. |
25 | isofs.txt | 23 | isofs.txt |
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index ee4c0a8b8db7..e56e842847d3 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt | |||
@@ -162,9 +162,8 @@ get_sb() method fills in is the "s_op" field. This is a pointer to | |||
162 | a "struct super_operations" which describes the next level of the | 162 | a "struct super_operations" which describes the next level of the |
163 | filesystem implementation. | 163 | filesystem implementation. |
164 | 164 | ||
165 | Usually, a filesystem uses generic one of the generic get_sb() | 165 | Usually, a filesystem uses one of the generic get_sb() implementations |
166 | implementations and provides a fill_super() method instead. The | 166 | and provides a fill_super() method instead. The generic methods are: |
167 | generic methods are: | ||
168 | 167 | ||
169 | get_sb_bdev: mount a filesystem residing on a block device | 168 | get_sb_bdev: mount a filesystem residing on a block device |
170 | 169 | ||
diff --git a/Documentation/scsi/scsi_mid_low_api.txt b/Documentation/scsi/scsi_mid_low_api.txt index c4af92bc705d..8bbae3e1abdf 100644 --- a/Documentation/scsi/scsi_mid_low_api.txt +++ b/Documentation/scsi/scsi_mid_low_api.txt | |||
@@ -1452,7 +1452,7 @@ The following people have contributed to this document: | |||
1452 | Christoph Hellwig <hch at infradead dot org> | 1452 | Christoph Hellwig <hch at infradead dot org> |
1453 | Doug Ledford <dledford at redhat dot com> | 1453 | Doug Ledford <dledford at redhat dot com> |
1454 | Andries Brouwer <Andries dot Brouwer at cwi dot nl> | 1454 | Andries Brouwer <Andries dot Brouwer at cwi dot nl> |
1455 | Randy Dunlap <rddunlap at osdl dot org> | 1455 | Randy Dunlap <rdunlap at xenotime dot net> |
1456 | Alan Stern <stern at rowland dot harvard dot edu> | 1456 | Alan Stern <stern at rowland dot harvard dot edu> |
1457 | 1457 | ||
1458 | 1458 | ||
diff --git a/Documentation/sysrq.txt b/Documentation/sysrq.txt index baf17b381588..ad0bedf678b3 100644 --- a/Documentation/sysrq.txt +++ b/Documentation/sysrq.txt | |||
@@ -202,17 +202,13 @@ you must call __handle_sysrq_nolock instead. | |||
202 | 202 | ||
203 | * I have more questions, who can I ask? | 203 | * I have more questions, who can I ask? |
204 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 204 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
205 | You may feel free to send email to myrdraal@deathsdoor.com, and I will | ||
206 | respond as soon as possible. | ||
207 | -Myrdraal | ||
208 | |||
209 | And I'll answer any questions about the registration system you got, also | 205 | And I'll answer any questions about the registration system you got, also |
210 | responding as soon as possible. | 206 | responding as soon as possible. |
211 | -Crutcher | 207 | -Crutcher |
212 | 208 | ||
213 | * Credits | 209 | * Credits |
214 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 210 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
215 | Written by Mydraal <myrdraal@deathsdoor.com> | 211 | Written by Mydraal <vulpyne@vulpyne.net> |
216 | Updated by Adam Sulmicki <adam@cfar.umd.edu> | 212 | Updated by Adam Sulmicki <adam@cfar.umd.edu> |
217 | Updated by Jeremy M. Dolan <jmd@turbogeek.org> 2001/01/28 10:15:59 | 213 | Updated by Jeremy M. Dolan <jmd@turbogeek.org> 2001/01/28 10:15:59 |
218 | Added to by Crutcher Dunnavant <crutcher+kernel@datastacks.com> | 214 | Added to by Crutcher Dunnavant <crutcher+kernel@datastacks.com> |
diff --git a/MAINTAINERS b/MAINTAINERS index 3fd7687a6ad9..b524ca363081 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1465,7 +1465,6 @@ P: Several | |||
1465 | L: kernel-janitors@osdl.org | 1465 | L: kernel-janitors@osdl.org |
1466 | W: http://www.kerneljanitors.org/ | 1466 | W: http://www.kerneljanitors.org/ |
1467 | W: http://sf.net/projects/kernel-janitor/ | 1467 | W: http://sf.net/projects/kernel-janitor/ |
1468 | W: http://developer.osdl.org/rddunlap/kj-patches/ | ||
1469 | S: Maintained | 1468 | S: Maintained |
1470 | 1469 | ||
1471 | KERNEL NFSD | 1470 | KERNEL NFSD |
@@ -1486,7 +1485,7 @@ KEXEC | |||
1486 | P: Eric Biederman | 1485 | P: Eric Biederman |
1487 | P: Randy Dunlap | 1486 | P: Randy Dunlap |
1488 | M: ebiederm@xmission.com | 1487 | M: ebiederm@xmission.com |
1489 | M: rddunlap@osdl.org | 1488 | M: rdunlap@xenotime.net |
1490 | W: http://www.xmission.com/~ebiederm/files/kexec/ | 1489 | W: http://www.xmission.com/~ebiederm/files/kexec/ |
1491 | L: linux-kernel@vger.kernel.org | 1490 | L: linux-kernel@vger.kernel.org |
1492 | L: fastboot@osdl.org | 1491 | L: fastboot@osdl.org |
@@ -2587,7 +2586,6 @@ S: Maintained | |||
2587 | UDF FILESYSTEM | 2586 | UDF FILESYSTEM |
2588 | P: Ben Fennema | 2587 | P: Ben Fennema |
2589 | M: bfennema@falcon.csc.calpoly.edu | 2588 | M: bfennema@falcon.csc.calpoly.edu |
2590 | L: linux_udf@hpesjro.fc.hp.com | ||
2591 | W: http://linux-udf.sourceforge.net | 2589 | W: http://linux-udf.sourceforge.net |
2592 | S: Maintained | 2590 | S: Maintained |
2593 | 2591 | ||
diff --git a/arch/arm26/nwfpe/fpmodule.c b/arch/arm26/nwfpe/fpmodule.c index 528fa710aa34..5258c6096fb9 100644 --- a/arch/arm26/nwfpe/fpmodule.c +++ b/arch/arm26/nwfpe/fpmodule.c | |||
@@ -46,10 +46,9 @@ typedef struct task_struct* PTASK; | |||
46 | 46 | ||
47 | #ifdef MODULE | 47 | #ifdef MODULE |
48 | void fp_send_sig(unsigned long sig, PTASK p, int priv); | 48 | void fp_send_sig(unsigned long sig, PTASK p, int priv); |
49 | #if LINUX_VERSION_CODE > 0x20115 | 49 | |
50 | MODULE_AUTHOR("Scott Bambrough <scottb@rebel.com>"); | 50 | MODULE_AUTHOR("Scott Bambrough <scottb@rebel.com>"); |
51 | MODULE_DESCRIPTION("NWFPE floating point emulator"); | 51 | MODULE_DESCRIPTION("NWFPE floating point emulator"); |
52 | #endif | ||
53 | 52 | ||
54 | #else | 53 | #else |
55 | #define fp_send_sig send_sig | 54 | #define fp_send_sig send_sig |
diff --git a/drivers/char/n_hdlc.c b/drivers/char/n_hdlc.c index c3660d8781a4..a133a62f3d55 100644 --- a/drivers/char/n_hdlc.c +++ b/drivers/char/n_hdlc.c | |||
@@ -562,7 +562,7 @@ static void n_hdlc_tty_receive(struct tty_struct *tty, const __u8 *data, | |||
562 | } /* end of n_hdlc_tty_receive() */ | 562 | } /* end of n_hdlc_tty_receive() */ |
563 | 563 | ||
564 | /** | 564 | /** |
565 | * n_hdlc_tty_read - Called to retreive one frame of data (if available) | 565 | * n_hdlc_tty_read - Called to retrieve one frame of data (if available) |
566 | * @tty - pointer to tty instance data | 566 | * @tty - pointer to tty instance data |
567 | * @file - pointer to open file object | 567 | * @file - pointer to open file object |
568 | * @buf - pointer to returned data buffer | 568 | * @buf - pointer to returned data buffer |
diff --git a/drivers/net/tlan.c b/drivers/net/tlan.c index 942fae0f2130..c2506b56a186 100644 --- a/drivers/net/tlan.c +++ b/drivers/net/tlan.c | |||
@@ -2865,11 +2865,11 @@ void TLan_PhyMonitor( struct net_device *dev ) | |||
2865 | * for this device. | 2865 | * for this device. |
2866 | * phy The address of the PHY to be queried. | 2866 | * phy The address of the PHY to be queried. |
2867 | * reg The register whose contents are to be | 2867 | * reg The register whose contents are to be |
2868 | * retreived. | 2868 | * retrieved. |
2869 | * val A pointer to a variable to store the | 2869 | * val A pointer to a variable to store the |
2870 | * retrieved value. | 2870 | * retrieved value. |
2871 | * | 2871 | * |
2872 | * This function uses the TLAN's MII bus to retreive the contents | 2872 | * This function uses the TLAN's MII bus to retrieve the contents |
2873 | * of a given register on a PHY. It sends the appropriate info | 2873 | * of a given register on a PHY. It sends the appropriate info |
2874 | * and then reads the 16-bit register value from the MII bus via | 2874 | * and then reads the 16-bit register value from the MII bus via |
2875 | * the TLAN SIO register. | 2875 | * the TLAN SIO register. |
diff --git a/drivers/usb/class/usblp.c b/drivers/usb/class/usblp.c index 27e9404547f3..dba4cc026077 100644 --- a/drivers/usb/class/usblp.c +++ b/drivers/usb/class/usblp.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (c) 1999 Michael Gee <michael@linuxspecific.com> | 4 | * Copyright (c) 1999 Michael Gee <michael@linuxspecific.com> |
5 | * Copyright (c) 1999 Pavel Machek <pavel@suse.cz> | 5 | * Copyright (c) 1999 Pavel Machek <pavel@suse.cz> |
6 | * Copyright (c) 2000 Randy Dunlap <rddunlap@osdl.org> | 6 | * Copyright (c) 2000 Randy Dunlap <rdunlap@xenotime.net> |
7 | * Copyright (c) 2000 Vojtech Pavlik <vojtech@suse.cz> | 7 | * Copyright (c) 2000 Vojtech Pavlik <vojtech@suse.cz> |
8 | # Copyright (c) 2001 Pete Zaitcev <zaitcev@redhat.com> | 8 | # Copyright (c) 2001 Pete Zaitcev <zaitcev@redhat.com> |
9 | # Copyright (c) 2001 David Paschal <paschal@rcsis.com> | 9 | # Copyright (c) 2001 David Paschal <paschal@rcsis.com> |
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index f380f9eaff71..00d45f8600de 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
@@ -727,7 +727,7 @@ typedef enum { | |||
727 | */ | 727 | */ |
728 | 728 | ||
729 | /* FTDI_SIO_GET_MODEM_STATUS */ | 729 | /* FTDI_SIO_GET_MODEM_STATUS */ |
730 | /* Retreive the current value of the modem status register */ | 730 | /* Retrieve the current value of the modem status register */ |
731 | 731 | ||
732 | #define FTDI_SIO_GET_MODEM_STATUS_REQUEST_TYPE 0xc0 | 732 | #define FTDI_SIO_GET_MODEM_STATUS_REQUEST_TYPE 0xc0 |
733 | #define FTDI_SIO_GET_MODEM_STATUS_REQUEST FTDI_SIO_GET_MODEM_STATUS | 733 | #define FTDI_SIO_GET_MODEM_STATUS_REQUEST FTDI_SIO_GET_MODEM_STATUS |
diff --git a/drivers/video/aty/radeon_base.c b/drivers/video/aty/radeon_base.c index 4f01ccc02aa4..156db84cb363 100644 --- a/drivers/video/aty/radeon_base.c +++ b/drivers/video/aty/radeon_base.c | |||
@@ -594,7 +594,7 @@ static int __devinit radeon_probe_pll_params(struct radeonfb_info *rinfo) | |||
594 | } | 594 | } |
595 | 595 | ||
596 | /* | 596 | /* |
597 | * Retreive PLL infos by different means (BIOS, Open Firmware, register probing...) | 597 | * Retrieve PLL infos by different means (BIOS, Open Firmware, register probing...) |
598 | */ | 598 | */ |
599 | static void __devinit radeon_get_pllinfo(struct radeonfb_info *rinfo) | 599 | static void __devinit radeon_get_pllinfo(struct radeonfb_info *rinfo) |
600 | { | 600 | { |
@@ -660,17 +660,17 @@ static void __devinit radeon_get_pllinfo(struct radeonfb_info *rinfo) | |||
660 | 660 | ||
661 | #ifdef CONFIG_PPC_OF | 661 | #ifdef CONFIG_PPC_OF |
662 | /* | 662 | /* |
663 | * Retreive PLL infos from Open Firmware first | 663 | * Retrieve PLL infos from Open Firmware first |
664 | */ | 664 | */ |
665 | if (!force_measure_pll && radeon_read_xtal_OF(rinfo) == 0) { | 665 | if (!force_measure_pll && radeon_read_xtal_OF(rinfo) == 0) { |
666 | printk(KERN_INFO "radeonfb: Retreived PLL infos from Open Firmware\n"); | 666 | printk(KERN_INFO "radeonfb: Retrieved PLL infos from Open Firmware\n"); |
667 | goto found; | 667 | goto found; |
668 | } | 668 | } |
669 | #endif /* CONFIG_PPC_OF */ | 669 | #endif /* CONFIG_PPC_OF */ |
670 | 670 | ||
671 | /* | 671 | /* |
672 | * Check out if we have an X86 which gave us some PLL informations | 672 | * Check out if we have an X86 which gave us some PLL informations |
673 | * and if yes, retreive them | 673 | * and if yes, retrieve them |
674 | */ | 674 | */ |
675 | if (!force_measure_pll && rinfo->bios_seg) { | 675 | if (!force_measure_pll && rinfo->bios_seg) { |
676 | u16 pll_info_block = BIOS_IN16(rinfo->fp_bios_start + 0x30); | 676 | u16 pll_info_block = BIOS_IN16(rinfo->fp_bios_start + 0x30); |
@@ -682,7 +682,7 @@ static void __devinit radeon_get_pllinfo(struct radeonfb_info *rinfo) | |||
682 | rinfo->pll.ppll_min = BIOS_IN32(pll_info_block + 0x12); | 682 | rinfo->pll.ppll_min = BIOS_IN32(pll_info_block + 0x12); |
683 | rinfo->pll.ppll_max = BIOS_IN32(pll_info_block + 0x16); | 683 | rinfo->pll.ppll_max = BIOS_IN32(pll_info_block + 0x16); |
684 | 684 | ||
685 | printk(KERN_INFO "radeonfb: Retreived PLL infos from BIOS\n"); | 685 | printk(KERN_INFO "radeonfb: Retrieved PLL infos from BIOS\n"); |
686 | goto found; | 686 | goto found; |
687 | } | 687 | } |
688 | 688 | ||
@@ -691,7 +691,7 @@ static void __devinit radeon_get_pllinfo(struct radeonfb_info *rinfo) | |||
691 | * probe them | 691 | * probe them |
692 | */ | 692 | */ |
693 | if (radeon_probe_pll_params(rinfo) == 0) { | 693 | if (radeon_probe_pll_params(rinfo) == 0) { |
694 | printk(KERN_INFO "radeonfb: Retreived PLL infos from registers\n"); | 694 | printk(KERN_INFO "radeonfb: Retrieved PLL infos from registers\n"); |
695 | goto found; | 695 | goto found; |
696 | } | 696 | } |
697 | 697 | ||
@@ -702,7 +702,7 @@ static void __devinit radeon_get_pllinfo(struct radeonfb_info *rinfo) | |||
702 | 702 | ||
703 | found: | 703 | found: |
704 | /* | 704 | /* |
705 | * Some methods fail to retreive SCLK and MCLK values, we apply default | 705 | * Some methods fail to retrieve SCLK and MCLK values, we apply default |
706 | * settings in this case (200Mhz). If that really happne often, we could | 706 | * settings in this case (200Mhz). If that really happne often, we could |
707 | * fetch from registers instead... | 707 | * fetch from registers instead... |
708 | */ | 708 | */ |
@@ -2393,7 +2393,7 @@ static int radeonfb_pci_register (struct pci_dev *pdev, | |||
2393 | rinfo->mapped_vram/1024); | 2393 | rinfo->mapped_vram/1024); |
2394 | 2394 | ||
2395 | /* | 2395 | /* |
2396 | * Map the BIOS ROM if any and retreive PLL parameters from | 2396 | * Map the BIOS ROM if any and retrieve PLL parameters from |
2397 | * the BIOS. We skip that on mobility chips as the real panel | 2397 | * the BIOS. We skip that on mobility chips as the real panel |
2398 | * values we need aren't in the ROM but in the BIOS image in | 2398 | * values we need aren't in the ROM but in the BIOS image in |
2399 | * memory. This is definitely not the best meacnism though, | 2399 | * memory. This is definitely not the best meacnism though, |
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 50a7749cfca1..02f44094bda9 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -884,7 +884,7 @@ ToDo/Notes: | |||
884 | 884 | ||
885 | - Add handling for initialized_size != data_size in compressed files. | 885 | - Add handling for initialized_size != data_size in compressed files. |
886 | - Reduce function local stack usage from 0x3d4 bytes to just noise in | 886 | - Reduce function local stack usage from 0x3d4 bytes to just noise in |
887 | fs/ntfs/upcase.c. (Randy Dunlap <rddunlap@osdl.ord>) | 887 | fs/ntfs/upcase.c. (Randy Dunlap <rdunlap@xenotime.net>) |
888 | - Remove compiler warnings for newer gcc. | 888 | - Remove compiler warnings for newer gcc. |
889 | - Pages are no longer kmapped by mm/filemap.c::generic_file_write() | 889 | - Pages are no longer kmapped by mm/filemap.c::generic_file_write() |
890 | around calls to ->{prepare,commit}_write. Adapt NTFS appropriately | 890 | around calls to ->{prepare,commit}_write. Adapt NTFS appropriately |
diff --git a/fs/qnx4/bitmap.c b/fs/qnx4/bitmap.c index 991253927658..46efbf52cbec 100644 --- a/fs/qnx4/bitmap.c +++ b/fs/qnx4/bitmap.c | |||
@@ -23,10 +23,12 @@ | |||
23 | #include <linux/buffer_head.h> | 23 | #include <linux/buffer_head.h> |
24 | #include <linux/bitops.h> | 24 | #include <linux/bitops.h> |
25 | 25 | ||
26 | #if 0 | ||
26 | int qnx4_new_block(struct super_block *sb) | 27 | int qnx4_new_block(struct super_block *sb) |
27 | { | 28 | { |
28 | return 0; | 29 | return 0; |
29 | } | 30 | } |
31 | #endif /* 0 */ | ||
30 | 32 | ||
31 | static void count_bits(register const char *bmPart, register int size, | 33 | static void count_bits(register const char *bmPart, register int size, |
32 | int *const tf) | 34 | int *const tf) |
diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c index 72e120798677..02091eaac0b4 100644 --- a/fs/reiserfs/xattr.c +++ b/fs/reiserfs/xattr.c | |||
@@ -115,8 +115,8 @@ static struct dentry *__get_xa_root(struct super_block *s) | |||
115 | } | 115 | } |
116 | 116 | ||
117 | /* Returns the dentry (or NULL) referring to the root of the extended | 117 | /* Returns the dentry (or NULL) referring to the root of the extended |
118 | * attribute directory tree. If it has already been retreived, it is used. | 118 | * attribute directory tree. If it has already been retrieved, it is used. |
119 | * Otherwise, we attempt to retreive it from disk. It may also return | 119 | * Otherwise, we attempt to retrieve it from disk. It may also return |
120 | * a pointer-encoded error. | 120 | * a pointer-encoded error. |
121 | */ | 121 | */ |
122 | static inline struct dentry *get_xa_root(struct super_block *s) | 122 | static inline struct dentry *get_xa_root(struct super_block *s) |
diff --git a/fs/udf/balloc.c b/fs/udf/balloc.c index b9ded26b10a9..6598a5037ac8 100644 --- a/fs/udf/balloc.c +++ b/fs/udf/balloc.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Block allocation handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Block allocation handling routines for the OSTA-UDF(tm) filesystem. |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/crc.c b/fs/udf/crc.c index d95c6e38a455..1b82a4adc2f7 100644 --- a/fs/udf/crc.c +++ b/fs/udf/crc.c | |||
@@ -14,11 +14,6 @@ | |||
14 | * | 14 | * |
15 | * AT&T gives permission for the free use of the CRC source code. | 15 | * AT&T gives permission for the free use of the CRC source code. |
16 | * | 16 | * |
17 | * CONTACTS | ||
18 | * E-mail regarding any portion of the Linux UDF file system should be | ||
19 | * directed to the development team mailing list (run by majordomo): | ||
20 | * linux_udf@hpesjro.fc.hp.com | ||
21 | * | ||
22 | * COPYRIGHT | 17 | * COPYRIGHT |
23 | * This file is distributed under the terms of the GNU General Public | 18 | * This file is distributed under the terms of the GNU General Public |
24 | * License (GPL). Copies of the GPL can be obtained from: | 19 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/dir.c b/fs/udf/dir.c index 82440b731142..f5222527fe39 100644 --- a/fs/udf/dir.c +++ b/fs/udf/dir.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Directory handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Directory handling routines for the OSTA-UDF(tm) filesystem. |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/directory.c b/fs/udf/directory.c index 9a61ecc5451b..fe751a2a0e47 100644 --- a/fs/udf/directory.c +++ b/fs/udf/directory.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Directory related functions | 5 | * Directory related functions |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/file.c b/fs/udf/file.c index 01f520c71dc1..8a388289040d 100644 --- a/fs/udf/file.c +++ b/fs/udf/file.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * File handling routines for the OSTA-UDF(tm) filesystem. | 5 | * File handling routines for the OSTA-UDF(tm) filesystem. |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/fsync.c b/fs/udf/fsync.c index 2dde6b888c2b..5887d78cde43 100644 --- a/fs/udf/fsync.c +++ b/fs/udf/fsync.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Fsync handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Fsync handling routines for the OSTA-UDF(tm) filesystem. |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/ialloc.c b/fs/udf/ialloc.c index a7e5d40f1ebc..c9b707b470ca 100644 --- a/fs/udf/ialloc.c +++ b/fs/udf/ialloc.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Inode allocation handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Inode allocation handling routines for the OSTA-UDF(tm) filesystem. |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/inode.c b/fs/udf/inode.c index b83890beaaac..4014f17d382e 100644 --- a/fs/udf/inode.c +++ b/fs/udf/inode.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Inode handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Inode handling routines for the OSTA-UDF(tm) filesystem. |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/lowlevel.c b/fs/udf/lowlevel.c index 2da5087dfe05..084216107667 100644 --- a/fs/udf/lowlevel.c +++ b/fs/udf/lowlevel.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Low Level Device Routines for the UDF filesystem | 5 | * Low Level Device Routines for the UDF filesystem |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/misc.c b/fs/udf/misc.c index fd321f9ace83..cc8ca3254db1 100644 --- a/fs/udf/misc.c +++ b/fs/udf/misc.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Miscellaneous routines for the OSTA-UDF(tm) filesystem. | 5 | * Miscellaneous routines for the OSTA-UDF(tm) filesystem. |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/namei.c b/fs/udf/namei.c index ac191ed7df0a..ca732e79c48b 100644 --- a/fs/udf/namei.c +++ b/fs/udf/namei.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Inode name handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Inode name handling routines for the OSTA-UDF(tm) filesystem. |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/partition.c b/fs/udf/partition.c index 4d36f264be0d..dabf2b841db8 100644 --- a/fs/udf/partition.c +++ b/fs/udf/partition.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Partition handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Partition handling routines for the OSTA-UDF(tm) filesystem. |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/super.c b/fs/udf/super.c index 15bd4f24c5b7..4a6f49adc609 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c | |||
@@ -14,11 +14,6 @@ | |||
14 | * http://www.ecma.ch/ | 14 | * http://www.ecma.ch/ |
15 | * http://www.iso.org/ | 15 | * http://www.iso.org/ |
16 | * | 16 | * |
17 | * CONTACTS | ||
18 | * E-mail regarding any portion of the Linux UDF file system should be | ||
19 | * directed to the development team mailing list (run by majordomo): | ||
20 | * linux_udf@hpesjro.fc.hp.com | ||
21 | * | ||
22 | * COPYRIGHT | 17 | * COPYRIGHT |
23 | * This file is distributed under the terms of the GNU General Public | 18 | * This file is distributed under the terms of the GNU General Public |
24 | * License (GPL). Copies of the GPL can be obtained from: | 19 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/symlink.c b/fs/udf/symlink.c index 43f3051ef756..674bb40edc83 100644 --- a/fs/udf/symlink.c +++ b/fs/udf/symlink.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Symlink handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Symlink handling routines for the OSTA-UDF(tm) filesystem. |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/truncate.c b/fs/udf/truncate.c index 7dc8a5572ca1..e1b0e8cfecb4 100644 --- a/fs/udf/truncate.c +++ b/fs/udf/truncate.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Truncate handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Truncate handling routines for the OSTA-UDF(tm) filesystem. |
6 | * | 6 | * |
7 | * CONTACTS | ||
8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
9 | * directed to the development team mailing list (run by majordomo): | ||
10 | * linux_udf@hpesjro.fc.hp.com | ||
11 | * | ||
12 | * COPYRIGHT | 7 | * COPYRIGHT |
13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/unicode.c b/fs/udf/unicode.c index 5a80efd8debc..706c92e1dcc9 100644 --- a/fs/udf/unicode.c +++ b/fs/udf/unicode.c | |||
@@ -11,11 +11,6 @@ | |||
11 | * UTF-8 is explained in the IETF RFC XXXX. | 11 | * UTF-8 is explained in the IETF RFC XXXX. |
12 | * ftp://ftp.internic.net/rfc/rfcxxxx.txt | 12 | * ftp://ftp.internic.net/rfc/rfcxxxx.txt |
13 | * | 13 | * |
14 | * CONTACTS | ||
15 | * E-mail regarding any portion of the Linux UDF file system should be | ||
16 | * directed to the development team's mailing list (run by majordomo): | ||
17 | * linux_udf@hpesjro.fc.hp.com | ||
18 | * | ||
19 | * COPYRIGHT | 14 | * COPYRIGHT |
20 | * This file is distributed under the terms of the GNU General Public | 15 | * This file is distributed under the terms of the GNU General Public |
21 | * License (GPL). Copies of the GPL can be obtained from: | 16 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/include/linux/udf_fs.h b/include/linux/udf_fs.h index 46e2bb945353..36c684e1b110 100644 --- a/include/linux/udf_fs.h +++ b/include/linux/udf_fs.h | |||
@@ -13,11 +13,6 @@ | |||
13 | * http://www.osta.org/ * http://www.ecma.ch/ | 13 | * http://www.osta.org/ * http://www.ecma.ch/ |
14 | * http://www.iso.org/ | 14 | * http://www.iso.org/ |
15 | * | 15 | * |
16 | * CONTACTS | ||
17 | * E-mail regarding any portion of the Linux UDF file system should be | ||
18 | * directed to the development team mailing list (run by majordomo): | ||
19 | * linux_udf@hpesjro.fc.hp.com | ||
20 | * | ||
21 | * COPYRIGHT | 16 | * COPYRIGHT |
22 | * This file is distributed under the terms of the GNU General Public | 17 | * This file is distributed under the terms of the GNU General Public |
23 | * License (GPL). Copies of the GPL can be obtained from: | 18 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/include/linux/udf_fs_i.h b/include/linux/udf_fs_i.h index 62b15a4214e6..1e7508420fcf 100644 --- a/include/linux/udf_fs_i.h +++ b/include/linux/udf_fs_i.h | |||
@@ -3,11 +3,6 @@ | |||
3 | * | 3 | * |
4 | * This file is intended for the Linux kernel/module. | 4 | * This file is intended for the Linux kernel/module. |
5 | * | 5 | * |
6 | * CONTACTS | ||
7 | * E-mail regarding any portion of the Linux UDF file system should be | ||
8 | * directed to the development team mailing list (run by majordomo): | ||
9 | * linux_udf@hpesjro.fc.hp.com | ||
10 | * | ||
11 | * COPYRIGHT | 6 | * COPYRIGHT |
12 | * This file is distributed under the terms of the GNU General Public | 7 | * This file is distributed under the terms of the GNU General Public |
13 | * License (GPL). Copies of the GPL can be obtained from: | 8 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/include/linux/udf_fs_sb.h b/include/linux/udf_fs_sb.h index 1966a6dbb4b6..b15ff2e99c91 100644 --- a/include/linux/udf_fs_sb.h +++ b/include/linux/udf_fs_sb.h | |||
@@ -3,11 +3,6 @@ | |||
3 | * | 3 | * |
4 | * This include file is for the Linux kernel/module. | 4 | * This include file is for the Linux kernel/module. |
5 | * | 5 | * |
6 | * CONTACTS | ||
7 | * E-mail regarding any portion of the Linux UDF file system should be | ||
8 | * directed to the development team mailing list (run by majordomo): | ||
9 | * linux_udf@hpesjro.fc.hp.com | ||
10 | * | ||
11 | * COPYRIGHT | 6 | * COPYRIGHT |
12 | * This file is distributed under the terms of the GNU General Public | 7 | * This file is distributed under the terms of the GNU General Public |
13 | * License (GPL). Copies of the GPL can be obtained from: | 8 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/kernel/configs.c b/kernel/configs.c index 986f7af31e0a..009e1ebdcb88 100644 --- a/kernel/configs.c +++ b/kernel/configs.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Echo the kernel .config file used to build the kernel | 3 | * Echo the kernel .config file used to build the kernel |
4 | * | 4 | * |
5 | * Copyright (C) 2002 Khalid Aziz <khalid_aziz@hp.com> | 5 | * Copyright (C) 2002 Khalid Aziz <khalid_aziz@hp.com> |
6 | * Copyright (C) 2002 Randy Dunlap <rddunlap@osdl.org> | 6 | * Copyright (C) 2002 Randy Dunlap <rdunlap@xenotime.net> |
7 | * Copyright (C) 2002 Al Stone <ahs3@fc.hp.com> | 7 | * Copyright (C) 2002 Al Stone <ahs3@fc.hp.com> |
8 | * Copyright (C) 2002 Hewlett-Packard Company | 8 | * Copyright (C) 2002 Hewlett-Packard Company |
9 | * | 9 | * |
diff --git a/net/irda/iriap.c b/net/irda/iriap.c index b8bb78af8b8a..254f90746900 100644 --- a/net/irda/iriap.c +++ b/net/irda/iriap.c | |||
@@ -364,7 +364,7 @@ static void iriap_disconnect_request(struct iriap_cb *self) | |||
364 | /* | 364 | /* |
365 | * Function iriap_getvaluebyclass (addr, name, attr) | 365 | * Function iriap_getvaluebyclass (addr, name, attr) |
366 | * | 366 | * |
367 | * Retreive all values from attribute in all objects with given class | 367 | * Retrieve all values from attribute in all objects with given class |
368 | * name | 368 | * name |
369 | */ | 369 | */ |
370 | int iriap_getvaluebyclass_request(struct iriap_cb *self, | 370 | int iriap_getvaluebyclass_request(struct iriap_cb *self, |
diff --git a/scripts/binoffset.c b/scripts/binoffset.c index 591309d85518..1a2e39b8e3e5 100644 --- a/scripts/binoffset.c +++ b/scripts/binoffset.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /*************************************************************************** | 1 | /*************************************************************************** |
2 | * binoffset.c | 2 | * binoffset.c |
3 | * (C) 2002 Randy Dunlap <rddunlap@osdl.org> | 3 | * (C) 2002 Randy Dunlap <rdunlap@xenotime.net> |
4 | 4 | ||
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/scripts/checkversion.pl b/scripts/checkversion.pl index df10db662eb1..9f84e562318d 100755 --- a/scripts/checkversion.pl +++ b/scripts/checkversion.pl | |||
@@ -3,7 +3,7 @@ | |||
3 | # checkversion find uses of LINUX_VERSION_CODE, KERNEL_VERSION, or | 3 | # checkversion find uses of LINUX_VERSION_CODE, KERNEL_VERSION, or |
4 | # UTS_RELEASE without including <linux/version.h>, or cases of | 4 | # UTS_RELEASE without including <linux/version.h>, or cases of |
5 | # including <linux/version.h> that don't need it. | 5 | # including <linux/version.h> that don't need it. |
6 | # Copyright (C) 2003, Randy Dunlap <rddunlap@osdl.org> | 6 | # Copyright (C) 2003, Randy Dunlap <rdunlap@xenotime.net> |
7 | 7 | ||
8 | $| = 1; | 8 | $| = 1; |
9 | 9 | ||
diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c index 1fa4c0b801b3..4556014f2f00 100644 --- a/scripts/kconfig/util.c +++ b/scripts/kconfig/util.c | |||
@@ -101,7 +101,7 @@ void str_printf(struct gstr *gs, const char *fmt, ...) | |||
101 | va_end(ap); | 101 | va_end(ap); |
102 | } | 102 | } |
103 | 103 | ||
104 | /* Retreive value of growable string */ | 104 | /* Retrieve value of growable string */ |
105 | const char *str_get(struct gstr *gs) | 105 | const char *str_get(struct gstr *gs) |
106 | { | 106 | { |
107 | return gs->s; | 107 | return gs->s; |
diff --git a/scripts/patch-kernel b/scripts/patch-kernel index f2d47ca9c8fa..67e4b1868e50 100755 --- a/scripts/patch-kernel +++ b/scripts/patch-kernel | |||
@@ -45,7 +45,7 @@ | |||
45 | # update usage message; | 45 | # update usage message; |
46 | # fix some whitespace damage; | 46 | # fix some whitespace damage; |
47 | # be smarter about stopping when current version is larger than requested; | 47 | # be smarter about stopping when current version is larger than requested; |
48 | # Randy Dunlap <rddunlap@osdl.org>, 2004-AUG-18. | 48 | # Randy Dunlap <rdunlap@xenotime.net>, 2004-AUG-18. |
49 | # | 49 | # |
50 | # Add better support for (non-incremental) 2.6.x.y patches; | 50 | # Add better support for (non-incremental) 2.6.x.y patches; |
51 | # If an ending version number if not specified, the script automatically | 51 | # If an ending version number if not specified, the script automatically |
@@ -56,7 +56,7 @@ | |||
56 | # patch-kernel does not normally support reverse patching, but does so when | 56 | # patch-kernel does not normally support reverse patching, but does so when |
57 | # applying EXTRAVERSION (x.y) patches, so that moving from 2.6.11.y to 2.6.11.z | 57 | # applying EXTRAVERSION (x.y) patches, so that moving from 2.6.11.y to 2.6.11.z |
58 | # is easy and handled by the script (reverse 2.6.11.y and apply 2.6.11.z). | 58 | # is easy and handled by the script (reverse 2.6.11.y and apply 2.6.11.z). |
59 | # Randy Dunlap <rddunlap@osdl.org>, 2005-APR-08. | 59 | # Randy Dunlap <rdunlap@xenotime.net>, 2005-APR-08. |
60 | 60 | ||
61 | PNAME=patch-kernel | 61 | PNAME=patch-kernel |
62 | 62 | ||