aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-06-23 17:08:54 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2015-06-23 17:08:54 -0400
commitcb8a4deaf9b2778653c4391d8ccb24c5ab159f9d (patch)
treec563a7465823615734c82cf27c48f27a88d92d5f
parent0faef837e431b4984652f4a14d2075bed108a04d (diff)
parent79ce48df755e6a5231cc1ac515e7988e1d715ce1 (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree updates from Jiri Kosina: "As usual, mostly comment, kerneldoc and printk() fixes" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: lpfc: Grammar s/an negative/a negative/ ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/ cx25821: cx25821-medusa-reg.h: fix 0x0x prefix lib: crc-itu-t.[ch] fix 0x0x prefix in integer constants rapidio: Fix kerneldoc and comment qla4xxx: Fix printk() in qla4_83xx_read_reset_template() and qla4_83xx_pre_loopback_config() treewide: Kconfig: fix wording / spelling usb/serial: fix grammar in Kconfig help text for FTDI_SIO megaraid_sas: fix kerneldoc netfilter: ebtables: fix comment grammar drm/radeon: fix comment isdn: fix grammar in comment ARM: KVM: fix comment
-rw-r--r--arch/arm/include/asm/kvm_asm.h2
-rw-r--r--arch/arm/lib/lib1funcs.S4
-rw-r--r--arch/arm64/include/asm/kvm_asm.h2
-rw-r--r--arch/xtensa/Kconfig2
-rw-r--r--drivers/gpu/drm/radeon/atombios.h4
-rw-r--r--drivers/isdn/i4l/isdn_net.c2
-rw-r--r--drivers/media/pci/cx25821/cx25821-medusa-reg.h6
-rw-r--r--drivers/platform/x86/Kconfig4
-rw-r--r--drivers/rapidio/rio-scan.c2
-rw-r--r--drivers/scsi/Kconfig2
-rw-r--r--drivers/scsi/lpfc/lpfc_debugfs.c12
-rw-r--r--drivers/scsi/megaraid/megaraid_sas_base.c2
-rw-r--r--drivers/scsi/megaraid/megaraid_sas_fusion.c2
-rw-r--r--drivers/scsi/qla4xxx/ql4_83xx.c2
-rw-r--r--drivers/scsi/qla4xxx/ql4_bsg.c2
-rw-r--r--drivers/usb/serial/Kconfig2
-rw-r--r--include/linux/crc-itu-t.h2
-rw-r--r--include/linux/netfilter_bridge/ebtables.h2
-rw-r--r--include/linux/rio.h2
-rw-r--r--include/uapi/linux/netfilter_bridge/ebtables.h2
-rw-r--r--lib/crc-itu-t.c2
-rw-r--r--net/bridge/netfilter/ebtables.c2
22 files changed, 32 insertions, 32 deletions
diff --git a/arch/arm/include/asm/kvm_asm.h b/arch/arm/include/asm/kvm_asm.h
index 25410b2d8bc1..194c91b610ff 100644
--- a/arch/arm/include/asm/kvm_asm.h
+++ b/arch/arm/include/asm/kvm_asm.h
@@ -23,7 +23,7 @@
23#define c0_MPIDR 1 /* MultiProcessor ID Register */ 23#define c0_MPIDR 1 /* MultiProcessor ID Register */
24#define c0_CSSELR 2 /* Cache Size Selection Register */ 24#define c0_CSSELR 2 /* Cache Size Selection Register */
25#define c1_SCTLR 3 /* System Control Register */ 25#define c1_SCTLR 3 /* System Control Register */
26#define c1_ACTLR 4 /* Auxilliary Control Register */ 26#define c1_ACTLR 4 /* Auxiliary Control Register */
27#define c1_CPACR 5 /* Coprocessor Access Control */ 27#define c1_CPACR 5 /* Coprocessor Access Control */
28#define c2_TTBR0 6 /* Translation Table Base Register 0 */ 28#define c2_TTBR0 6 /* Translation Table Base Register 0 */
29#define c2_TTBR0_high 7 /* TTBR0 top 32 bits */ 29#define c2_TTBR0_high 7 /* TTBR0 top 32 bits */
diff --git a/arch/arm/lib/lib1funcs.S b/arch/arm/lib/lib1funcs.S
index 947567ff67f9..af2267f6a529 100644
--- a/arch/arm/lib/lib1funcs.S
+++ b/arch/arm/lib/lib1funcs.S
@@ -167,7 +167,7 @@ Boston, MA 02111-1307, USA. */
167 167
168#endif 168#endif
169 169
170 @ Perform all needed substractions to keep only the reminder. 170 @ Perform all needed subtractions to keep only the reminder.
171 @ Do comparisons in batch of 4 first. 171 @ Do comparisons in batch of 4 first.
172 subs \order, \order, #3 @ yes, 3 is intended here 172 subs \order, \order, #3 @ yes, 3 is intended here
173 blt 2f 173 blt 2f
@@ -189,7 +189,7 @@ Boston, MA 02111-1307, USA. */
189 teqne \dividend, #0 189 teqne \dividend, #0
190 beq 5f 190 beq 5f
191 191
192 @ Either 1, 2 or 3 comparison/substractions are left. 192 @ Either 1, 2 or 3 comparison/subtractions are left.
1932: cmn \order, #2 1932: cmn \order, #2
194 blt 4f 194 blt 4f
195 beq 3f 195 beq 3f
diff --git a/arch/arm64/include/asm/kvm_asm.h b/arch/arm64/include/asm/kvm_asm.h
index 4f7310fa77f0..c4c11d20ca17 100644
--- a/arch/arm64/include/asm/kvm_asm.h
+++ b/arch/arm64/include/asm/kvm_asm.h
@@ -27,7 +27,7 @@
27#define MPIDR_EL1 1 /* MultiProcessor Affinity Register */ 27#define MPIDR_EL1 1 /* MultiProcessor Affinity Register */
28#define CSSELR_EL1 2 /* Cache Size Selection Register */ 28#define CSSELR_EL1 2 /* Cache Size Selection Register */
29#define SCTLR_EL1 3 /* System Control Register */ 29#define SCTLR_EL1 3 /* System Control Register */
30#define ACTLR_EL1 4 /* Auxilliary Control Register */ 30#define ACTLR_EL1 4 /* Auxiliary Control Register */
31#define CPACR_EL1 5 /* Coprocessor Access Control */ 31#define CPACR_EL1 5 /* Coprocessor Access Control */
32#define TTBR0_EL1 6 /* Translation Table Base Register 0 */ 32#define TTBR0_EL1 6 /* Translation Table Base Register 0 */
33#define TTBR1_EL1 7 /* Translation Table Base Register 1 */ 33#define TTBR1_EL1 7 /* Translation Table Base Register 1 */
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 87be10e8b57a..e5b872ba2484 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -151,7 +151,7 @@ config HAVE_SMP
151 the CPU core definition and currently needs to be selected manually. 151 the CPU core definition and currently needs to be selected manually.
152 152
153 Multiprocessor support in implemented with external cache and 153 Multiprocessor support in implemented with external cache and
154 interrupt controlers. 154 interrupt controllers.
155 155
156 The MX interrupt distributer adds Interprocessor Interrupts 156 The MX interrupt distributer adds Interprocessor Interrupts
157 and causes the IRQ numbers to be increased by 4 for devices 157 and causes the IRQ numbers to be increased by 4 for devices
diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h
index 92be50c39ffd..ab89eed9ddd9 100644
--- a/drivers/gpu/drm/radeon/atombios.h
+++ b/drivers/gpu/drm/radeon/atombios.h
@@ -7944,8 +7944,8 @@ typedef struct {
7944typedef struct { 7944typedef struct {
7945 AMD_ACPI_DESCRIPTION_HEADER SHeader; 7945 AMD_ACPI_DESCRIPTION_HEADER SHeader;
7946 UCHAR TableUUID[16]; //0x24 7946 UCHAR TableUUID[16]; //0x24
7947 ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the stucture. 7947 ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the structure.
7948 ULONG Lib1ImageOffset; //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the stucture. 7948 ULONG Lib1ImageOffset; //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the structure.
7949 ULONG Reserved[4]; //0x3C 7949 ULONG Reserved[4]; //0x3C
7950}UEFI_ACPI_VFCT; 7950}UEFI_ACPI_VFCT;
7951 7951
diff --git a/drivers/isdn/i4l/isdn_net.c b/drivers/isdn/i4l/isdn_net.c
index 546b7e81161d..aa5dd5668528 100644
--- a/drivers/isdn/i4l/isdn_net.c
+++ b/drivers/isdn/i4l/isdn_net.c
@@ -58,7 +58,7 @@
58 * About SOFTNET: 58 * About SOFTNET:
59 * Most of the changes were pretty obvious and basically done by HE already. 59 * Most of the changes were pretty obvious and basically done by HE already.
60 * 60 *
61 * One problem of the isdn net device code is that is uses struct net_device 61 * One problem of the isdn net device code is that it uses struct net_device
62 * for masters and slaves. However, only master interface are registered to 62 * for masters and slaves. However, only master interface are registered to
63 * the network layer, and therefore, it only makes sense to call netif_* 63 * the network layer, and therefore, it only makes sense to call netif_*
64 * functions on them. 64 * functions on them.
diff --git a/drivers/media/pci/cx25821/cx25821-medusa-reg.h b/drivers/media/pci/cx25821/cx25821-medusa-reg.h
index c98ac946b277..2e10643a86b7 100644
--- a/drivers/media/pci/cx25821/cx25821-medusa-reg.h
+++ b/drivers/media/pci/cx25821/cx25821-medusa-reg.h
@@ -84,9 +84,9 @@
84#define ABIST_BIN4_VGA3 0x01D4 84#define ABIST_BIN4_VGA3 0x01D4
85#define ABIST_BIN5_VGA4 0x01D8 85#define ABIST_BIN5_VGA4 0x01D8
86#define ABIST_BIN6_VGA5 0x01DC 86#define ABIST_BIN6_VGA5 0x01DC
87#define ABIST_BIN7_VGA6 0x0x1E0 87#define ABIST_BIN7_VGA6 0x01E0
88#define ABIST_CLAMP_A 0x0x1E4 88#define ABIST_CLAMP_A 0x01E4
89#define ABIST_CLAMP_B 0x0x1E8 89#define ABIST_CLAMP_B 0x01E8
90#define ABIST_CLAMP_C 0x01EC 90#define ABIST_CLAMP_C 0x01EC
91#define ABIST_CLAMP_D 0x01F0 91#define ABIST_CLAMP_D 0x01F0
92#define ABIST_CLAMP_E 0x01F4 92#define ABIST_CLAMP_E 0x01F4
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index f9f205cb1f11..68f3d2b55632 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -660,7 +660,7 @@ config TOSHIBA_HAPS
660 depends on ACPI 660 depends on ACPI
661 ---help--- 661 ---help---
662 This driver adds support for the built-in accelerometer 662 This driver adds support for the built-in accelerometer
663 found on recent Toshiba laptops equiped with HID TOS620A 663 found on recent Toshiba laptops equipped with HID TOS620A
664 device. 664 device.
665 665
666 This driver receives ACPI notify events 0x80 when the sensor 666 This driver receives ACPI notify events 0x80 when the sensor
@@ -669,7 +669,7 @@ config TOSHIBA_HAPS
669 been stabilized. 669 been stabilized.
670 670
671 Also provides sysfs entries to get/set the desired protection 671 Also provides sysfs entries to get/set the desired protection
672 level and reseting the HDD protection interface. 672 level and resetting the HDD protection interface.
673 673
674 If you have a recent Toshiba laptop with a built-in accelerometer 674 If you have a recent Toshiba laptop with a built-in accelerometer
675 device, say Y. 675 device, say Y.
diff --git a/drivers/rapidio/rio-scan.c b/drivers/rapidio/rio-scan.c
index 47a1b2ea76c4..d6a126c17c03 100644
--- a/drivers/rapidio/rio-scan.c
+++ b/drivers/rapidio/rio-scan.c
@@ -83,7 +83,7 @@ static u16 rio_destid_alloc(struct rio_net *net)
83 * @destid: destID to reserve 83 * @destid: destID to reserve
84 * 84 *
85 * Tries to reserve the specified destID. 85 * Tries to reserve the specified destID.
86 * Returns 0 if successfull. 86 * Returns 0 if successful.
87 */ 87 */
88static int rio_destid_reserve(struct rio_net *net, u16 destid) 88static int rio_destid_reserve(struct rio_net *net, u16 destid)
89{ 89{
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index b021bcb88537..b94c217a09ae 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -52,7 +52,7 @@ config SCSI_MQ_DEFAULT
52 This option enables the new blk-mq based I/O path for SCSI 52 This option enables the new blk-mq based I/O path for SCSI
53 devices by default. With the option the scsi_mod.use_blk_mq 53 devices by default. With the option the scsi_mod.use_blk_mq
54 module/boot option defaults to Y, without it to N, but it can 54 module/boot option defaults to Y, without it to N, but it can
55 still be overriden either way. 55 still be overridden either way.
56 56
57 If unsure say N. 57 If unsure say N.
58 58
diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c
index 513edcb0c2da..25aa9b98d53a 100644
--- a/drivers/scsi/lpfc/lpfc_debugfs.c
+++ b/drivers/scsi/lpfc/lpfc_debugfs.c
@@ -710,7 +710,7 @@ lpfc_debugfs_slow_ring_trc(struct lpfc_hba *phba, char *fmt,
710 * returns a pointer to that log in the private_data field in @file. 710 * returns a pointer to that log in the private_data field in @file.
711 * 711 *
712 * Returns: 712 * Returns:
713 * This function returns zero if successful. On error it will return an negative 713 * This function returns zero if successful. On error it will return a negative
714 * error value. 714 * error value.
715 **/ 715 **/
716static int 716static int
@@ -760,7 +760,7 @@ out:
760 * returns a pointer to that log in the private_data field in @file. 760 * returns a pointer to that log in the private_data field in @file.
761 * 761 *
762 * Returns: 762 * Returns:
763 * This function returns zero if successful. On error it will return an negative 763 * This function returns zero if successful. On error it will return a negative
764 * error value. 764 * error value.
765 **/ 765 **/
766static int 766static int
@@ -810,7 +810,7 @@ out:
810 * returns a pointer to that log in the private_data field in @file. 810 * returns a pointer to that log in the private_data field in @file.
811 * 811 *
812 * Returns: 812 * Returns:
813 * This function returns zero if successful. On error it will return an negative 813 * This function returns zero if successful. On error it will return a negative
814 * error value. 814 * error value.
815 **/ 815 **/
816static int 816static int
@@ -852,7 +852,7 @@ out:
852 * returns a pointer to that log in the private_data field in @file. 852 * returns a pointer to that log in the private_data field in @file.
853 * 853 *
854 * Returns: 854 * Returns:
855 * This function returns zero if successful. On error it will return an negative 855 * This function returns zero if successful. On error it will return a negative
856 * error value. 856 * error value.
857 **/ 857 **/
858static int 858static int
@@ -894,7 +894,7 @@ out:
894 * returns a pointer to that log in the private_data field in @file. 894 * returns a pointer to that log in the private_data field in @file.
895 * 895 *
896 * Returns: 896 * Returns:
897 * This function returns zero if successful. On error it will return an negative 897 * This function returns zero if successful. On error it will return a negative
898 * error value. 898 * error value.
899 **/ 899 **/
900static int 900static int
@@ -1115,7 +1115,7 @@ lpfc_debugfs_dif_err_release(struct inode *inode, struct file *file)
1115 * returns a pointer to that log in the private_data field in @file. 1115 * returns a pointer to that log in the private_data field in @file.
1116 * 1116 *
1117 * Returns: 1117 * Returns:
1118 * This function returns zero if successful. On error it will return an negative 1118 * This function returns zero if successful. On error it will return a negative
1119 * error value. 1119 * error value.
1120 **/ 1120 **/
1121static int 1121static int
diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c
index 890637fdd61e..4c3fc0eb8b30 100644
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
@@ -4747,7 +4747,7 @@ fail_ready_state:
4747 4747
4748/** 4748/**
4749 * megasas_release_mfi - Reverses the FW initialization 4749 * megasas_release_mfi - Reverses the FW initialization
4750 * @intance: Adapter soft state 4750 * @instance: Adapter soft state
4751 */ 4751 */
4752static void megasas_release_mfi(struct megasas_instance *instance) 4752static void megasas_release_mfi(struct megasas_instance *instance)
4753{ 4753{
diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi/megaraid/megaraid_sas_fusion.c
index 5a0800d19970..dba4de04de3c 100644
--- a/drivers/scsi/megaraid/megaraid_sas_fusion.c
+++ b/drivers/scsi/megaraid/megaraid_sas_fusion.c
@@ -2334,7 +2334,7 @@ megasas_issue_dcmd_fusion(struct megasas_instance *instance,
2334 2334
2335/** 2335/**
2336 * megasas_release_fusion - Reverses the FW initialization 2336 * megasas_release_fusion - Reverses the FW initialization
2337 * @intance: Adapter soft state 2337 * @instance: Adapter soft state
2338 */ 2338 */
2339void 2339void
2340megasas_release_fusion(struct megasas_instance *instance) 2340megasas_release_fusion(struct megasas_instance *instance)
diff --git a/drivers/scsi/qla4xxx/ql4_83xx.c b/drivers/scsi/qla4xxx/ql4_83xx.c
index 556c1525f881..5d4f8e67fb25 100644
--- a/drivers/scsi/qla4xxx/ql4_83xx.c
+++ b/drivers/scsi/qla4xxx/ql4_83xx.c
@@ -828,7 +828,7 @@ void qla4_83xx_read_reset_template(struct scsi_qla_host *ha)
828 ret_val = qla4_83xx_flash_read_u32(ha, addr, p_buff, 828 ret_val = qla4_83xx_flash_read_u32(ha, addr, p_buff,
829 tmplt_hdr_def_size); 829 tmplt_hdr_def_size);
830 if (ret_val != QLA_SUCCESS) { 830 if (ret_val != QLA_SUCCESS) {
831 ql4_printk(KERN_ERR, ha, "%s: Failed to read reset tempelate\n", 831 ql4_printk(KERN_ERR, ha, "%s: Failed to read reset template\n",
832 __func__); 832 __func__);
833 goto exit_read_template_error; 833 goto exit_read_template_error;
834 } 834 }
diff --git a/drivers/scsi/qla4xxx/ql4_bsg.c b/drivers/scsi/qla4xxx/ql4_bsg.c
index 9f92cbf96477..415ee5eb3fc7 100644
--- a/drivers/scsi/qla4xxx/ql4_bsg.c
+++ b/drivers/scsi/qla4xxx/ql4_bsg.c
@@ -571,7 +571,7 @@ static int qla4_83xx_pre_loopback_config(struct scsi_qla_host *ha,
571 571
572 if ((config & ENABLE_INTERNAL_LOOPBACK) || 572 if ((config & ENABLE_INTERNAL_LOOPBACK) ||
573 (config & ENABLE_EXTERNAL_LOOPBACK)) { 573 (config & ENABLE_EXTERNAL_LOOPBACK)) {
574 ql4_printk(KERN_INFO, ha, "%s: Loopback diagnostics already in progress. Invalid requiest\n", 574 ql4_printk(KERN_INFO, ha, "%s: Loopback diagnostics already in progress. Invalid request\n",
575 __func__); 575 __func__);
576 goto exit_pre_loopback_config; 576 goto exit_pre_loopback_config;
577 } 577 }
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index b7cf1982d1d9..56ecb8b5115d 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -171,7 +171,7 @@ config USB_SERIAL_FTDI_SIO
171 ---help--- 171 ---help---
172 Say Y here if you want to use a FTDI SIO single port USB to serial 172 Say Y here if you want to use a FTDI SIO single port USB to serial
173 converter device. The implementation I have is called the USC-1000. 173 converter device. The implementation I have is called the USC-1000.
174 This driver has also be tested with the 245 and 232 devices. 174 This driver has also been tested with the 245 and 232 devices.
175 175
176 See <http://ftdi-usb-sio.sourceforge.net/> for more 176 See <http://ftdi-usb-sio.sourceforge.net/> for more
177 information on this driver and the device. 177 information on this driver and the device.
diff --git a/include/linux/crc-itu-t.h b/include/linux/crc-itu-t.h
index 84920f3cc83e..a9953c762eee 100644
--- a/include/linux/crc-itu-t.h
+++ b/include/linux/crc-itu-t.h
@@ -3,7 +3,7 @@
3 * 3 *
4 * Implements the standard CRC ITU-T V.41: 4 * Implements the standard CRC ITU-T V.41:
5 * Width 16 5 * Width 16
6 * Poly 0x0x1021 (x^16 + x^12 + x^15 + 1) 6 * Poly 0x1021 (x^16 + x^12 + x^15 + 1)
7 * Init 0 7 * Init 0
8 * 8 *
9 * This source code is licensed under the GNU General Public License, 9 * This source code is licensed under the GNU General Public License,
diff --git a/include/linux/netfilter_bridge/ebtables.h b/include/linux/netfilter_bridge/ebtables.h
index f1bd3962e6b6..8ca6d6464ea3 100644
--- a/include/linux/netfilter_bridge/ebtables.h
+++ b/include/linux/netfilter_bridge/ebtables.h
@@ -6,7 +6,7 @@
6 * 6 *
7 * ebtables.c,v 2.0, April, 2002 7 * ebtables.c,v 2.0, April, 2002
8 * 8 *
9 * This code is stongly inspired on the iptables code which is 9 * This code is strongly inspired by the iptables code which is
10 * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling 10 * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
11 */ 11 */
12#ifndef __LINUX_BRIDGE_EFF_H 12#ifndef __LINUX_BRIDGE_EFF_H
diff --git a/include/linux/rio.h b/include/linux/rio.h
index 6bda06f21930..cde976e86b48 100644
--- a/include/linux/rio.h
+++ b/include/linux/rio.h
@@ -298,7 +298,7 @@ struct rio_id_table {
298 * struct rio_net - RIO network info 298 * struct rio_net - RIO network info
299 * @node: Node in global list of RIO networks 299 * @node: Node in global list of RIO networks
300 * @devices: List of devices in this network 300 * @devices: List of devices in this network
301 * @switches: List of switches in this netowrk 301 * @switches: List of switches in this network
302 * @mports: List of master ports accessing this network 302 * @mports: List of master ports accessing this network
303 * @hport: Default port for accessing this network 303 * @hport: Default port for accessing this network
304 * @id: RIO network ID 304 * @id: RIO network ID
diff --git a/include/uapi/linux/netfilter_bridge/ebtables.h b/include/uapi/linux/netfilter_bridge/ebtables.h
index 773dfe8924c7..fd2ee501726d 100644
--- a/include/uapi/linux/netfilter_bridge/ebtables.h
+++ b/include/uapi/linux/netfilter_bridge/ebtables.h
@@ -6,7 +6,7 @@
6 * 6 *
7 * ebtables.c,v 2.0, April, 2002 7 * ebtables.c,v 2.0, April, 2002
8 * 8 *
9 * This code is stongly inspired on the iptables code which is 9 * This code is strongly inspired by the iptables code which is
10 * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling 10 * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
11 */ 11 */
12 12
diff --git a/lib/crc-itu-t.c b/lib/crc-itu-t.c
index a63472b82416..b3219d0abfb4 100644
--- a/lib/crc-itu-t.c
+++ b/lib/crc-itu-t.c
@@ -9,7 +9,7 @@
9#include <linux/module.h> 9#include <linux/module.h>
10#include <linux/crc-itu-t.h> 10#include <linux/crc-itu-t.h>
11 11
12/** CRC table for the CRC ITU-T V.41 0x0x1021 (x^16 + x^12 + x^15 + 1) */ 12/** CRC table for the CRC ITU-T V.41 0x1021 (x^16 + x^12 + x^15 + 1) */
13const u16 crc_itu_t_table[256] = { 13const u16 crc_itu_t_table[256] = {
14 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c6, 0x70e7, 14 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c6, 0x70e7,
15 0x8108, 0x9129, 0xa14a, 0xb16b, 0xc18c, 0xd1ad, 0xe1ce, 0xf1ef, 15 0x8108, 0x9129, 0xa14a, 0xb16b, 0xc18c, 0xd1ad, 0xe1ce, 0xf1ef,
diff --git a/net/bridge/netfilter/ebtables.c b/net/bridge/netfilter/ebtables.c
index 91180a7fc943..c2cabbe6fa58 100644
--- a/net/bridge/netfilter/ebtables.c
+++ b/net/bridge/netfilter/ebtables.c
@@ -6,7 +6,7 @@
6 * 6 *
7 * ebtables.c,v 2.0, July, 2002 7 * ebtables.c,v 2.0, July, 2002
8 * 8 *
9 * This code is stongly inspired on the iptables code which is 9 * This code is strongly inspired by the iptables code which is
10 * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling 10 * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
11 * 11 *
12 * This program is free software; you can redistribute it and/or 12 * This program is free software; you can redistribute it and/or