diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-08 16:21:22 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-08 16:21:22 -0500 |
commit | 98793265b429a3f0b3f1750e74d67cd4d740d162 (patch) | |
tree | b0bd717673f0c21845cf053f3fb6b75d42530af5 /drivers/staging | |
parent | b4a133da2eaccb844a7beaef16ffd9c76a0d21d3 (diff) | |
parent | bd1b2a555952d959f47169056fca05acf7eff81f (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (53 commits)
Kconfig: acpi: Fix typo in comment.
misc latin1 to utf8 conversions
devres: Fix a typo in devm_kfree comment
btrfs: free-space-cache.c: remove extra semicolon.
fat: Spelling s/obsolate/obsolete/g
SCSI, pmcraid: Fix spelling error in a pmcraid_err() call
tools/power turbostat: update fields in manpage
mac80211: drop spelling fix
types.h: fix comment spelling for 'architectures'
typo fixes: aera -> area, exntension -> extension
devices.txt: Fix typo of 'VMware'.
sis900: Fix enum typo 'sis900_rx_bufer_status'
decompress_bunzip2: remove invalid vi modeline
treewide: Fix comment and string typo 'bufer'
hyper-v: Update MAINTAINERS
treewide: Fix typos in various parts of the kernel, and fix some comments.
clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGR
gpio: Kconfig: drop unknown symbol 'CS5535_GPIO'
leds: Kconfig: Fix typo 'D2NET_V2'
sound: Kconfig: drop unknown symbol ARCH_CLPS7500
...
Fix up trivial conflicts in arch/powerpc/platforms/40x/Kconfig (some new
kconfig additions, close to removed commented-out old ones)
Diffstat (limited to 'drivers/staging')
39 files changed, 72 insertions, 72 deletions
diff --git a/drivers/staging/bcm/target_params.h b/drivers/staging/bcm/target_params.h index 2d8b8a367b38..14876388b879 100644 --- a/drivers/staging/bcm/target_params.h +++ b/drivers/staging/bcm/target_params.h | |||
@@ -72,8 +72,8 @@ typedef struct _TARGET_PARAMS | |||
72 | // removed SHUT down related 'unused' params from here to sync 4.x and 5.x CFG files.. | 72 | // removed SHUT down related 'unused' params from here to sync 4.x and 5.x CFG files.. |
73 | 73 | ||
74 | //BAMC Related Parameters | 74 | //BAMC Related Parameters |
75 | //Bit 0-15 Band AMC signaling configuration: Bit 1 = 1 – Enable Band AMC signaling. | 75 | //Bit 0-15 Band AMC signaling configuration: Bit 1 = 1 – Enable Band AMC signaling. |
76 | //bit 16-31 Band AMC Data configuration: Bit 16 = 1 – Band AMC 2x3 support. | 76 | //bit 16-31 Band AMC Data configuration: Bit 16 = 1 – Band AMC 2x3 support. |
77 | B_UINT32 m_u32BandAMCEnable; | 77 | B_UINT32 m_u32BandAMCEnable; |
78 | 78 | ||
79 | } stTargetParams,TARGET_PARAMS,*PTARGET_PARAMS, STARGETPARAMS, *PSTARGETPARAMS; | 79 | } stTargetParams,TARGET_PARAMS,*PTARGET_PARAMS, STARGETPARAMS, *PSTARGETPARAMS; |
diff --git a/drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c b/drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c index c75a1a1fd775..f9545b064eaf 100644 --- a/drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c +++ b/drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c | |||
@@ -3598,7 +3598,7 @@ int i_APCI3200_InterruptHandleEos(struct comedi_device *dev) | |||
3598 | n = comedi_buf_write_alloc(s->async, | 3598 | n = comedi_buf_write_alloc(s->async, |
3599 | (7 + 12) * sizeof(unsigned int)); | 3599 | (7 + 12) * sizeof(unsigned int)); |
3600 | 3600 | ||
3601 | /* If not enougth memory available, event is set to Comedi Buffer Errror */ | 3601 | /* If not enough memory available, event is set to Comedi Buffer Error */ |
3602 | if (n > ((7 + 12) * sizeof(unsigned int))) { | 3602 | if (n > ((7 + 12) * sizeof(unsigned int))) { |
3603 | printk("\ncomedi_buf_write_alloc n = %i", n); | 3603 | printk("\ncomedi_buf_write_alloc n = %i", n); |
3604 | s->async->events |= COMEDI_CB_ERROR; | 3604 | s->async->events |= COMEDI_CB_ERROR; |
diff --git a/drivers/staging/cxt1e1/libsbew.h b/drivers/staging/cxt1e1/libsbew.h index 5c99646cd103..ae8f06d05bed 100644 --- a/drivers/staging/cxt1e1/libsbew.h +++ b/drivers/staging/cxt1e1/libsbew.h | |||
@@ -323,7 +323,7 @@ struct sbecom_port_param | |||
323 | #define CFG_CH_DINV_TX 0x02 | 323 | #define CFG_CH_DINV_TX 0x02 |
324 | 324 | ||
325 | 325 | ||
326 | /* Posssible resettable chipsets/functions */ | 326 | /* Possible resettable chipsets/functions */ |
327 | #define RESET_DEV_TEMUX 1 | 327 | #define RESET_DEV_TEMUX 1 |
328 | #define RESET_DEV_TECT3 RESET_DEV_TEMUX | 328 | #define RESET_DEV_TECT3 RESET_DEV_TEMUX |
329 | #define RESET_DEV_PLL 2 | 329 | #define RESET_DEV_PLL 2 |
diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c index b3d743a3d308..917bbb082a6e 100644 --- a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c +++ b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | |||
@@ -344,10 +344,10 @@ static void ft1000_reset_asic(struct net_device *dev) | |||
344 | } | 344 | } |
345 | mdelay(1); | 345 | mdelay(1); |
346 | if (info->AsicID == ELECTRABUZZ_ID) { | 346 | if (info->AsicID == ELECTRABUZZ_ID) { |
347 | // set watermark to -1 in order to not generate an interrrupt | 347 | // set watermark to -1 in order to not generate an interrupt |
348 | ft1000_write_reg(dev, FT1000_REG_WATERMARK, 0xffff); | 348 | ft1000_write_reg(dev, FT1000_REG_WATERMARK, 0xffff); |
349 | } else { | 349 | } else { |
350 | // set watermark to -1 in order to not generate an interrrupt | 350 | // set watermark to -1 in order to not generate an interrupt |
351 | ft1000_write_reg(dev, FT1000_REG_MAG_WATERMARK, 0xffff); | 351 | ft1000_write_reg(dev, FT1000_REG_MAG_WATERMARK, 0xffff); |
352 | } | 352 | } |
353 | // clear interrupts | 353 | // clear interrupts |
diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c b/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c index aaf44c359827..43b1d363107e 100644 --- a/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c | |||
@@ -601,7 +601,7 @@ static void ft1000_reset_asic(struct net_device *dev) | |||
601 | 601 | ||
602 | mdelay(1); | 602 | mdelay(1); |
603 | 603 | ||
604 | /* set watermark to -1 in order to not generate an interrrupt */ | 604 | /* set watermark to -1 in order to not generate an interrupt */ |
605 | ft1000_write_register(ft1000dev, 0xffff, FT1000_REG_MAG_WATERMARK); | 605 | ft1000_write_register(ft1000dev, 0xffff, FT1000_REG_MAG_WATERMARK); |
606 | 606 | ||
607 | /* clear interrupts */ | 607 | /* clear interrupts */ |
diff --git a/drivers/staging/iio/industrialio-trigger.c b/drivers/staging/iio/industrialio-trigger.c index 2c626e0cb29c..68a4d4e8c635 100644 --- a/drivers/staging/iio/industrialio-trigger.c +++ b/drivers/staging/iio/industrialio-trigger.c | |||
@@ -295,7 +295,7 @@ void iio_dealloc_pollfunc(struct iio_poll_func *pf) | |||
295 | EXPORT_SYMBOL_GPL(iio_dealloc_pollfunc); | 295 | EXPORT_SYMBOL_GPL(iio_dealloc_pollfunc); |
296 | 296 | ||
297 | /** | 297 | /** |
298 | * iio_trigger_read_currrent() - trigger consumer sysfs query which trigger | 298 | * iio_trigger_read_current() - trigger consumer sysfs query which trigger |
299 | * | 299 | * |
300 | * For trigger consumers the current_trigger interface allows the trigger | 300 | * For trigger consumers the current_trigger interface allows the trigger |
301 | * used by the device to be queried. | 301 | * used by the device to be queried. |
diff --git a/drivers/staging/keucr/smilmain.c b/drivers/staging/keucr/smilmain.c index 31f7813cab0d..cc49038e55d6 100644 --- a/drivers/staging/keucr/smilmain.c +++ b/drivers/staging/keucr/smilmain.c | |||
@@ -148,7 +148,7 @@ int Media_D_ReadSector(struct us_data *us, DWORD start,WORD count,BYTE *buf) | |||
148 | { | 148 | { |
149 | WORD len, bn; | 149 | WORD len, bn; |
150 | 150 | ||
151 | //if (Check_D_MediaPower()) ; ¦b 6250 don't care | 151 | //if (Check_D_MediaPower()) ; ¦b 6250 don't care |
152 | // return(ErrCode); | 152 | // return(ErrCode); |
153 | //if (Check_D_MediaFmt(fdoExt)) ; | 153 | //if (Check_D_MediaFmt(fdoExt)) ; |
154 | // return(ErrCode); | 154 | // return(ErrCode); |
@@ -594,7 +594,7 @@ int Media_D_OneSectWriteFlush(PFDO_DEVICE_EXTENSION fdoExt) | |||
594 | // if (Check_D_CardStsChg()) | 594 | // if (Check_D_CardStsChg()) |
595 | // MediaChange = ERROR; | 595 | // MediaChange = ERROR; |
596 | // //usleep(56*1024); | 596 | // //usleep(56*1024); |
597 | // if ((!Check_D_CntPower())&&(!MediaChange)) // ¦³ power & Media ¨S³Q change, «h return success | 597 | // if ((!Check_D_CntPower())&&(!MediaChange)) // ¦³ power & Media ¨S³Q change, «h return success |
598 | // return(SMSUCCESS); | 598 | // return(SMSUCCESS); |
599 | // //usleep(56*1024); | 599 | // //usleep(56*1024); |
600 | // | 600 | // |
diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c index 8ac3faea2d2f..f47571ea745d 100644 --- a/drivers/staging/sep/sep_driver.c +++ b/drivers/staging/sep/sep_driver.c | |||
@@ -1235,7 +1235,7 @@ static void sep_build_lli_table(struct sep_device *sep, | |||
1235 | /* Counter of lli array entry */ | 1235 | /* Counter of lli array entry */ |
1236 | u32 array_counter; | 1236 | u32 array_counter; |
1237 | 1237 | ||
1238 | /* Init currrent table data size and lli array entry counter */ | 1238 | /* Init current table data size and lli array entry counter */ |
1239 | curr_table_data_size = 0; | 1239 | curr_table_data_size = 0; |
1240 | array_counter = 0; | 1240 | array_counter = 0; |
1241 | *num_table_entries_ptr = 1; | 1241 | *num_table_entries_ptr = 1; |
diff --git a/drivers/staging/tidspbridge/Kconfig b/drivers/staging/tidspbridge/Kconfig index 93de4f2e8bf8..21a559ecbbb1 100644 --- a/drivers/staging/tidspbridge/Kconfig +++ b/drivers/staging/tidspbridge/Kconfig | |||
@@ -78,7 +78,7 @@ config TIDSPBRIDGE_NTFY_PWRERR | |||
78 | bool "Notify power errors" | 78 | bool "Notify power errors" |
79 | depends on TIDSPBRIDGE | 79 | depends on TIDSPBRIDGE |
80 | help | 80 | help |
81 | Enable notifications to registered clients on the event of power errror | 81 | Enable notifications to registered clients on the event of power error |
82 | trying to suspend bridge driver. Say Y, to signal this event as a fatal | 82 | trying to suspend bridge driver. Say Y, to signal this event as a fatal |
83 | error, this will require a bridge restart to recover. | 83 | error, this will require a bridge restart to recover. |
84 | 84 | ||
diff --git a/drivers/staging/tidspbridge/rmgr/dbdcd.c b/drivers/staging/tidspbridge/rmgr/dbdcd.c index a7e407e25187..fda240214cd6 100644 --- a/drivers/staging/tidspbridge/rmgr/dbdcd.c +++ b/drivers/staging/tidspbridge/rmgr/dbdcd.c | |||
@@ -285,7 +285,7 @@ int dcd_enumerate_object(s32 index, enum dsp_dcdobjtype obj_type, | |||
285 | enum_refs = 0; | 285 | enum_refs = 0; |
286 | 286 | ||
287 | /* | 287 | /* |
288 | * TODO: Revisit, this is not an errror case but code | 288 | * TODO: Revisit, this is not an error case but code |
289 | * expects non-zero value. | 289 | * expects non-zero value. |
290 | */ | 290 | */ |
291 | status = ENODATA; | 291 | status = ENODATA; |
diff --git a/drivers/staging/wlags49_h2/debug.h b/drivers/staging/wlags49_h2/debug.h index 8d5dddf08055..811698f1070c 100644 --- a/drivers/staging/wlags49_h2/debug.h +++ b/drivers/staging/wlags49_h2/debug.h | |||
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/dhfcfg.h b/drivers/staging/wlags49_h2/dhfcfg.h index 75c279f268ae..147f4c83c00c 100644 --- a/drivers/staging/wlags49_h2/dhfcfg.h +++ b/drivers/staging/wlags49_h2/dhfcfg.h | |||
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/hcf.c b/drivers/staging/wlags49_h2/hcf.c index 7dc176a95aab..b008773323b3 100644 --- a/drivers/staging/wlags49_h2/hcf.c +++ b/drivers/staging/wlags49_h2/hcf.c | |||
@@ -32,9 +32,9 @@ | |||
32 | * software indicates your acceptance of these terms and conditions. If you do | 32 | * software indicates your acceptance of these terms and conditions. If you do |
33 | * not agree with these terms and conditions, do not use the software. | 33 | * not agree with these terms and conditions, do not use the software. |
34 | * | 34 | * |
35 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved | 35 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved |
36 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved | 36 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved |
37 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 37 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
38 | * All rights reserved. | 38 | * All rights reserved. |
39 | * | 39 | * |
40 | * Redistribution and use in source or binary forms, with or without | 40 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/hcf.h b/drivers/staging/wlags49_h2/hcf.h index 000994731166..95527b5cf863 100644 --- a/drivers/staging/wlags49_h2/hcf.h +++ b/drivers/staging/wlags49_h2/hcf.h | |||
@@ -40,9 +40,9 @@ | |||
40 | * software indicates your acceptance of these terms and conditions. If you do | 40 | * software indicates your acceptance of these terms and conditions. If you do |
41 | * not agree with these terms and conditions, do not use the software. | 41 | * not agree with these terms and conditions, do not use the software. |
42 | * | 42 | * |
43 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved | 43 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved |
44 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved | 44 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved |
45 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 45 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
46 | * All rights reserved. | 46 | * All rights reserved. |
47 | * | 47 | * |
48 | * Redistribution and use in source or binary forms, with or without | 48 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/hcfcfg.h b/drivers/staging/wlags49_h2/hcfcfg.h index 7545bc554112..ef60da8c3ebc 100644 --- a/drivers/staging/wlags49_h2/hcfcfg.h +++ b/drivers/staging/wlags49_h2/hcfcfg.h | |||
@@ -64,9 +64,9 @@ | |||
64 | * software indicates your acceptance of these terms and conditions. If you do | 64 | * software indicates your acceptance of these terms and conditions. If you do |
65 | * not agree with these terms and conditions, do not use the software. | 65 | * not agree with these terms and conditions, do not use the software. |
66 | * | 66 | * |
67 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved | 67 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved |
68 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved | 68 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved |
69 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 69 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
70 | * All rights reserved. | 70 | * All rights reserved. |
71 | * | 71 | * |
72 | * Redistribution and use in source or binary forms, with or without | 72 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/hcfdef.h b/drivers/staging/wlags49_h2/hcfdef.h index a62b53a22891..30744e194a23 100644 --- a/drivers/staging/wlags49_h2/hcfdef.h +++ b/drivers/staging/wlags49_h2/hcfdef.h | |||
@@ -33,9 +33,9 @@ | |||
33 | * software indicates your acceptance of these terms and conditions. If you do | 33 | * software indicates your acceptance of these terms and conditions. If you do |
34 | * not agree with these terms and conditions, do not use the software. | 34 | * not agree with these terms and conditions, do not use the software. |
35 | * | 35 | * |
36 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved | 36 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved |
37 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved | 37 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved |
38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
39 | * All rights reserved. | 39 | * All rights reserved. |
40 | * | 40 | * |
41 | * Redistribution and use in source or binary forms, with or without | 41 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/mdd.h b/drivers/staging/wlags49_h2/mdd.h index b02e3ea9e479..5f951efb9c07 100644 --- a/drivers/staging/wlags49_h2/mdd.h +++ b/drivers/staging/wlags49_h2/mdd.h | |||
@@ -33,9 +33,9 @@ | |||
33 | * software indicates your acceptance of these terms and conditions. If you do | 33 | * software indicates your acceptance of these terms and conditions. If you do |
34 | * not agree with these terms and conditions, do not use the software. | 34 | * not agree with these terms and conditions, do not use the software. |
35 | * | 35 | * |
36 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved | 36 | * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved |
37 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved | 37 | * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved |
38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
39 | * All rights reserved. | 39 | * All rights reserved. |
40 | * | 40 | * |
41 | * Redistribution and use in source or binary forms, with or without | 41 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/mmd.c b/drivers/staging/wlags49_h2/mmd.c index de138c481a9e..c8f52107e6ca 100644 --- a/drivers/staging/wlags49_h2/mmd.c +++ b/drivers/staging/wlags49_h2/mmd.c | |||
@@ -35,7 +35,7 @@ | |||
35 | * software indicates your acceptance of these terms and conditions. If you do | 35 | * software indicates your acceptance of these terms and conditions. If you do |
36 | * not agree with these terms and conditions, do not use the software. | 36 | * not agree with these terms and conditions, do not use the software. |
37 | * | 37 | * |
38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 38 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
39 | * All rights reserved. | 39 | * All rights reserved. |
40 | * | 40 | * |
41 | * Redistribution and use in source or binary forms, with or without | 41 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/mmd.h b/drivers/staging/wlags49_h2/mmd.h index 06890c1b30a4..914952513005 100644 --- a/drivers/staging/wlags49_h2/mmd.h +++ b/drivers/staging/wlags49_h2/mmd.h | |||
@@ -33,7 +33,7 @@ | |||
33 | * software indicates your acceptance of these terms and conditions. If you do | 33 | * software indicates your acceptance of these terms and conditions. If you do |
34 | * not agree with these terms and conditions, do not use the software. | 34 | * not agree with these terms and conditions, do not use the software. |
35 | * | 35 | * |
36 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved | 36 | * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved |
37 | * All rights reserved. | 37 | * All rights reserved. |
38 | * | 38 | * |
39 | * Redistribution and use in source or binary forms, with or without | 39 | * Redistribution and use in source or binary forms, with or without |
diff --git a/drivers/staging/wlags49_h2/wl_cs.h b/drivers/staging/wlags49_h2/wl_cs.h index 21f17be4f02a..a7ab579759de 100644 --- a/drivers/staging/wlags49_h2/wl_cs.h +++ b/drivers/staging/wlags49_h2/wl_cs.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_enc.c b/drivers/staging/wlags49_h2/wl_enc.c index 26cf5486edd6..4c6f776cc4da 100644 --- a/drivers/staging/wlags49_h2/wl_enc.c +++ b/drivers/staging/wlags49_h2/wl_enc.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_enc.h b/drivers/staging/wlags49_h2/wl_enc.h index b4f54d81f311..46629f3b112b 100644 --- a/drivers/staging/wlags49_h2/wl_enc.h +++ b/drivers/staging/wlags49_h2/wl_enc.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_if.h b/drivers/staging/wlags49_h2/wl_if.h index ed2b4135a10e..6a26130f5a3a 100644 --- a/drivers/staging/wlags49_h2/wl_if.h +++ b/drivers/staging/wlags49_h2/wl_if.h | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_internal.h b/drivers/staging/wlags49_h2/wl_internal.h index 575340834051..553601f48873 100644 --- a/drivers/staging/wlags49_h2/wl_internal.h +++ b/drivers/staging/wlags49_h2/wl_internal.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_main.c b/drivers/staging/wlags49_h2/wl_main.c index 483eee1bf63a..dab603e0f452 100644 --- a/drivers/staging/wlags49_h2/wl_main.c +++ b/drivers/staging/wlags49_h2/wl_main.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_main.h b/drivers/staging/wlags49_h2/wl_main.h index d593ae535fb8..3b5acdf4e329 100644 --- a/drivers/staging/wlags49_h2/wl_main.h +++ b/drivers/staging/wlags49_h2/wl_main.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_netdev.c b/drivers/staging/wlags49_h2/wl_netdev.c index 5a2b334f206e..9c16f5478a75 100644 --- a/drivers/staging/wlags49_h2/wl_netdev.c +++ b/drivers/staging/wlags49_h2/wl_netdev.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_netdev.h b/drivers/staging/wlags49_h2/wl_netdev.h index 632ab2e6302c..61f040f26d97 100644 --- a/drivers/staging/wlags49_h2/wl_netdev.h +++ b/drivers/staging/wlags49_h2/wl_netdev.h | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_pci.c b/drivers/staging/wlags49_h2/wl_pci.c index 28ae9dd1b44e..1f1d98679171 100644 --- a/drivers/staging/wlags49_h2/wl_pci.c +++ b/drivers/staging/wlags49_h2/wl_pci.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_pci.h b/drivers/staging/wlags49_h2/wl_pci.h index cea04c44ec47..86831f1b4de2 100644 --- a/drivers/staging/wlags49_h2/wl_pci.h +++ b/drivers/staging/wlags49_h2/wl_pci.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_priv.c b/drivers/staging/wlags49_h2/wl_priv.c index 260d4f0d47b4..f30e5ee4bca3 100644 --- a/drivers/staging/wlags49_h2/wl_priv.c +++ b/drivers/staging/wlags49_h2/wl_priv.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_priv.h b/drivers/staging/wlags49_h2/wl_priv.h index 9b0254497aa7..b647bfd90098 100644 --- a/drivers/staging/wlags49_h2/wl_priv.h +++ b/drivers/staging/wlags49_h2/wl_priv.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_profile.c b/drivers/staging/wlags49_h2/wl_profile.c index a459e48c7bf0..b8c96cf18de5 100644 --- a/drivers/staging/wlags49_h2/wl_profile.c +++ b/drivers/staging/wlags49_h2/wl_profile.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_profile.h b/drivers/staging/wlags49_h2/wl_profile.h index 81db8e8c6ba8..f81df51d2216 100644 --- a/drivers/staging/wlags49_h2/wl_profile.h +++ b/drivers/staging/wlags49_h2/wl_profile.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_util.c b/drivers/staging/wlags49_h2/wl_util.c index 3b6f5a59b2bb..b748a3ff7954 100644 --- a/drivers/staging/wlags49_h2/wl_util.c +++ b/drivers/staging/wlags49_h2/wl_util.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_util.h b/drivers/staging/wlags49_h2/wl_util.h index 2661bcd6b0ec..946b1b64c46f 100644 --- a/drivers/staging/wlags49_h2/wl_util.h +++ b/drivers/staging/wlags49_h2/wl_util.h | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_version.h b/drivers/staging/wlags49_h2/wl_version.h index fd37040afd01..3deacfac9d25 100644 --- a/drivers/staging/wlags49_h2/wl_version.h +++ b/drivers/staging/wlags49_h2/wl_version.h | |||
@@ -23,7 +23,7 @@ | |||
23 | * software indicates your acceptance of these terms and conditions. If you do | 23 | * software indicates your acceptance of these terms and conditions. If you do |
24 | * not agree with these terms and conditions, do not use the software. | 24 | * not agree with these terms and conditions, do not use the software. |
25 | * | 25 | * |
26 | * Copyright © 2003 Agere Systems Inc. | 26 | * Copyright © 2003 Agere Systems Inc. |
27 | * All rights reserved. | 27 | * All rights reserved. |
28 | * | 28 | * |
29 | * Redistribution and use in source or binary forms, with or without | 29 | * Redistribution and use in source or binary forms, with or without |
@@ -44,7 +44,7 @@ | |||
44 | * | 44 | * |
45 | * Disclaimer | 45 | * Disclaimer |
46 | * | 46 | * |
47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 47 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 48 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 49 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 50 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_wext.c b/drivers/staging/wlags49_h2/wl_wext.c index 8ac5e1081aa0..7ff0a108da13 100644 --- a/drivers/staging/wlags49_h2/wl_wext.c +++ b/drivers/staging/wlags49_h2/wl_wext.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * software indicates your acceptance of these terms and conditions. If you do | 18 | * software indicates your acceptance of these terms and conditions. If you do |
19 | * not agree with these terms and conditions, do not use the software. | 19 | * not agree with these terms and conditions, do not use the software. |
20 | * | 20 | * |
21 | * Copyright © 2003 Agere Systems Inc. | 21 | * Copyright © 2003 Agere Systems Inc. |
22 | * All rights reserved. | 22 | * All rights reserved. |
23 | * | 23 | * |
24 | * Redistribution and use in source or binary forms, with or without | 24 | * Redistribution and use in source or binary forms, with or without |
@@ -39,7 +39,7 @@ | |||
39 | * | 39 | * |
40 | * Disclaimer | 40 | * Disclaimer |
41 | * | 41 | * |
42 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 42 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
43 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 43 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
44 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 44 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
45 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 45 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |
diff --git a/drivers/staging/wlags49_h2/wl_wext.h b/drivers/staging/wlags49_h2/wl_wext.h index a713058c8027..029da52c4c49 100644 --- a/drivers/staging/wlags49_h2/wl_wext.h +++ b/drivers/staging/wlags49_h2/wl_wext.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * software indicates your acceptance of these terms and conditions. If you do | 22 | * software indicates your acceptance of these terms and conditions. If you do |
23 | * not agree with these terms and conditions, do not use the software. | 23 | * not agree with these terms and conditions, do not use the software. |
24 | * | 24 | * |
25 | * Copyright © 2003 Agere Systems Inc. | 25 | * Copyright © 2003 Agere Systems Inc. |
26 | * All rights reserved. | 26 | * All rights reserved. |
27 | * | 27 | * |
28 | * Redistribution and use in source or binary forms, with or without | 28 | * Redistribution and use in source or binary forms, with or without |
@@ -43,7 +43,7 @@ | |||
43 | * | 43 | * |
44 | * Disclaimer | 44 | * Disclaimer |
45 | * | 45 | * |
46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, | 46 | * THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, |
47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF | 47 | * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF |
48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY | 48 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY |
49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN | 49 | * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN |