Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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)

+266 -386
+1 -1
Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff
··· 1 1 What: /sys/module/hid_logitech/drivers/hid:logitech/<dev>/range. 2 2 Date: July 2011 3 3 KernelVersion: 3.2 4 - Contact: Michal Mal� <madcatxster@gmail.com> 4 + Contact: Michal Malý <madcatxster@gmail.com> 5 5 Description: Display minimum, maximum and current range of the steering 6 6 wheel. Writing a value within min and max boundaries sets the 7 7 range of the wheel.
+1 -3
Documentation/cpu-freq/governors.txt
··· 127 127 echo `$(($(cat cpuinfo_transition_latency) * 750 / 1000)) \ 128 128 >ondemand/sampling_rate 129 129 130 - show_sampling_rate_min: 130 + sampling_rate_min: 131 131 The sampling rate is limited by the HW transition latency: 132 132 transition_latency * 100 133 133 Or by kernel restrictions: ··· 139 139 HZ=100: min=200000us (200ms) 140 140 The highest value of kernel and HW latency restrictions is shown and 141 141 used as the minimum sampling rate. 142 - 143 - show_sampling_rate_max: THIS INTERFACE IS DEPRECATED, DON'T USE IT. 144 142 145 143 up_threshold: defines what the average CPU usage between the samplings 146 144 of 'sampling_rate' needs to be for the kernel to make a decision on
+1 -1
Documentation/devices.txt
··· 379 379 162 = /dev/smbus System Management Bus 380 380 163 = /dev/lik Logitech Internet Keyboard 381 381 164 = /dev/ipmo Intel Intelligent Platform Management 382 - 165 = /dev/vmmon VMWare virtual machine monitor 382 + 165 = /dev/vmmon VMware virtual machine monitor 383 383 166 = /dev/i2o/ctl I2O configuration manager 384 384 167 = /dev/specialix_sxctl Specialix serial control 385 385 168 = /dev/tcldrv Technology Concepts serial control
+1 -20
Documentation/scsi/53c700.txt
··· 16 16 Compile Time Flags 17 17 ================== 18 18 19 - The driver may be either io mapped or memory mapped. This is 20 - selectable by configuration flags: 21 - 22 - CONFIG_53C700_MEM_MAPPED 23 - 24 - define if the driver is memory mapped. 25 - 26 - CONFIG_53C700_IO_MAPPED 27 - 28 - define if the driver is to be io mapped. 29 - 30 - One or other of the above flags *must* be defined. 31 - 32 - Other flags are: 19 + A compile time flag is: 33 20 34 21 CONFIG_53C700_LE_ON_BE 35 22 36 23 define if the chipset must be supported in little endian mode on a big 37 24 endian architecture (used for the 700 on parisc). 38 - 39 - CONFIG_53C700_USE_CONSISTENT 40 - 41 - allocate consistent memory (should only be used if your architecture 42 - has a mixture of consistent and inconsistent memory). Fully 43 - consistent or fully inconsistent architectures should not define this. 44 25 45 26 46 27 Using the Chip Core Driver
+1 -1
Documentation/vgaarbiter.txt
··· 177 177 178 178 Benjamin Herrenschmidt (IBM?) started this work when he discussed such design 179 179 with the Xorg community in 2005 [1, 2]. In the end of 2007, Paulo Zanoni and 180 - Tiago Vignatti (both of C3SL/Federal University of Paran�) proceeded his work 180 + Tiago Vignatti (both of C3SL/Federal University of Paraná) proceeded his work 181 181 enhancing the kernel code to adapt as a kernel module and also did the 182 182 implementation of the user space side [3]. Now (2009) Tiago Vignatti and Dave 183 183 Airlie finally put this work in shape and queued to Jesse Barnes' PCI tree.
+11 -8
MAINTAINERS
··· 3182 3182 S: Maintained 3183 3183 F: fs/hugetlbfs/ 3184 3184 3185 + Hyper-V CORE AND DRIVERS 3186 + M: K. Y. Srinivasan <kys@microsoft.com> 3187 + M: Haiyang Zhang <haiyangz@microsoft.com> 3188 + L: devel@linuxdriverproject.org 3189 + S: Maintained 3190 + F: drivers/hv/ 3191 + F: drivers/hid/hid-hyperv.c 3192 + F: drivers/net/hyperv/ 3193 + F: drivers/staging/hv/ 3194 + 3185 3195 I2C/SMBUS STUB DRIVER 3186 3196 M: "Mark M. Hoffman" <mhoffman@lightlink.com> 3187 3197 L: linux-i2c@vger.kernel.org ··· 3587 3577 IPWIRELESS DRIVER 3588 3578 M: Jiri Kosina <jkosina@suse.cz> 3589 3579 M: David Sterba <dsterba@suse.cz> 3590 - S: Maintained 3591 - T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git 3580 + S: Odd Fixes 3592 3581 F: drivers/tty/ipwireless/ 3593 3582 3594 3583 IPX NETWORK LAYER ··· 6329 6320 M: David Täht <d@teklibre.com> 6330 6321 S: Odd Fixes 6331 6322 F: drivers/staging/frontier/ 6332 - 6333 - STAGING - HYPER-V (MICROSOFT) 6334 - M: Hank Janssen <hjanssen@microsoft.com> 6335 - M: Haiyang Zhang <haiyangz@microsoft.com> 6336 - S: Odd Fixes 6337 - F: drivers/staging/hv/ 6338 6323 6339 6324 STAGING - INDUSTRIAL IO 6340 6325 M: Jonathan Cameron <jic23@cam.ac.uk>
+1 -2
arch/arm/Kconfig
··· 1140 1140 Enable support for iWMMXt context switching at run time if 1141 1141 running on a CPU that supports it. 1142 1142 1143 - # bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER 1144 1143 config XSCALE_PMU 1145 1144 bool 1146 - depends on CPU_XSCALE && !XSCALE_PMU_TIMER 1145 + depends on CPU_XSCALE 1147 1146 default y 1148 1147 1149 1148 config CPU_HAS_PMU
+1 -1
arch/arm/mach-pxa/colibri-pxa270-income.c
··· 183 183 /****************************************************************************** 184 184 * Backlight 185 185 ******************************************************************************/ 186 - #if defined(CONFIG_BACKLIGHT_PWM) || defined(CONFIG_BACKLIGHT_PWM__MODULE) 186 + #if defined(CONFIG_BACKLIGHT_PWM) || defined(CONFIG_BACKLIGHT_PWM_MODULE) 187 187 static struct platform_pwm_backlight_data income_backlight_data = { 188 188 .pwm_id = 0, 189 189 .max_brightness = 0x3ff,
+1 -1
arch/arm/plat-omap/include/plat/serial.h
··· 2 2 * arch/arm/plat-omap/include/mach/serial.h 3 3 * 4 4 * Copyright (C) 2009 Texas Instruments 5 - * Addded OMAP4 support- Santosh Shilimkar <santosh.shilimkar@ti.com> 5 + * Added OMAP4 support- Santosh Shilimkar <santosh.shilimkar@ti.com> 6 6 * 7 7 * This program is distributed in the hope that it will be useful, 8 8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
-1
arch/cris/Kconfig.debug
··· 1 1 menu "Kernel hacking" 2 2 3 - #bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC 4 3 config PROFILING 5 4 bool "Kernel profiling support" 6 5
-10
arch/frv/Kconfig
··· 341 341 342 342 source "drivers/pcmcia/Kconfig" 343 343 344 - #config MATH_EMULATION 345 - # bool "Math emulation support (EXPERIMENTAL)" 346 - # depends on EXPERIMENTAL 347 - # help 348 - # At some point in the future, this will cause floating-point math 349 - # instructions to be emulated by the kernel on machines that lack a 350 - # floating-point math coprocessor. Thrill-seekers and chronically 351 - # sleep-deprived psychotic hacker types can say Y now, everyone else 352 - # should probably wait a while. 353 - 354 344 menu "Power management options" 355 345 356 346 config ARCH_SUSPEND_POSSIBLE
-5
arch/mips/Kconfig
··· 68 68 select SYS_SUPPORTS_LITTLE_ENDIAN 69 69 select SYS_SUPPORTS_ZBOOT_UART16550 70 70 select ARCH_REQUIRE_GPIOLIB 71 - select GCD 72 71 select VLYNQ 73 72 help 74 73 Support for the Texas Instruments AR7 System-on-a-Chip ··· 2367 2368 <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/> 2368 2369 Linux driver support status is documented at: 2369 2370 <http://www.linux-mips.org/wiki/DECstation> 2370 - 2371 - #config ACCESSBUS 2372 - # bool "Access.Bus support" 2373 - # depends on TC 2374 2371 2375 2372 config MMU 2376 2373 bool
-6
arch/mips/sgi-ip27/Kconfig
··· 1 - #config SGI_SN0_XXL 2 - # bool "IP27 XXL" 3 - # depends on SGI_IP27 4 - # This options adds support for userspace processes up to 16TB size. 5 - # Normally the limit is just .5TB. 6 - 7 1 choice 8 2 prompt "Node addressing mode" 9 3 depends on SGI_IP27
-1
arch/mips/sibyte/Kconfig
··· 71 71 bool 72 72 select DMA_COHERENT 73 73 select IRQ_CPU 74 - select SIBYTE_CFE 75 74 select SWAP_IO_SPACE 76 75 select SYS_SUPPORTS_32BIT_KERNEL 77 76 select SYS_SUPPORTS_64BIT_KERNEL
+1 -1
arch/powerpc/include/asm/io.h
··· 394 394 #endif /* CONFIG_PPC32 */ 395 395 396 396 /* The "__do_*" operations below provide the actual "base" implementation 397 - * for each of the defined acccessor. Some of them use the out_* functions 397 + * for each of the defined accessors. Some of them use the out_* functions 398 398 * directly, some of them still use EEH, though we might change that in the 399 399 * future. Those macros below provide the necessary argument swapping and 400 400 * handling of the IO base for PIO.
+1 -1
arch/powerpc/include/asm/keylargo.h
··· 51 51 52 52 #define KL_GPIO_SOUND_POWER (KEYLARGO_GPIO_0+0x05) 53 53 54 - /* Hrm... this one is only to be used on Pismo. It seeem to also 54 + /* Hrm... this one is only to be used on Pismo. It seems to also 55 55 * control the timebase enable on other machines. Still to be 56 56 * experimented... --BenH. 57 57 */
+1 -1
arch/powerpc/mm/numa.c
··· 501 501 aa->n_arrays = *prop++; 502 502 aa->array_sz = *prop++; 503 503 504 - /* Now that we know the number of arrrays and size of each array, 504 + /* Now that we know the number of arrays and size of each array, 505 505 * revalidate the size of the property read in. 506 506 */ 507 507 if (len < (aa->n_arrays * aa->array_sz + 2) * sizeof(unsigned int))
-40
arch/powerpc/platforms/40x/Kconfig
··· 1 - #config BUBINGA 2 - # bool "Bubinga" 3 - # depends on 40x 4 - # default n 5 - # select 405EP 6 - # help 7 - # This option enables support for the IBM 405EP evaluation board. 8 - 9 - #config CPCI405 10 - # bool "CPCI405" 11 - # depends on 40x 12 - # default n 13 - # select 405GP 14 - # help 15 - # This option enables support for the CPCI405 board. 16 - 17 1 config ACADIA 18 2 bool "Acadia" 19 3 depends on 40x ··· 48 64 select PPC40x_SIMPLE 49 65 help 50 66 This option enables support for the AMCC PPC405EX board. 51 - 52 - #config SYCAMORE 53 - # bool "Sycamore" 54 - # depends on 40x 55 - # default n 56 - # select 405GPR 57 - # help 58 - # This option enables support for the IBM PPC405GPr evaluation board. 59 67 60 68 config WALNUT 61 69 bool "Walnut" ··· 159 183 config IBM405_ERR51 160 184 bool 161 185 162 - #config BIOS_FIXUP 163 - # bool 164 - # depends on BUBINGA || EP405 || SYCAMORE || WALNUT 165 - # default y 166 - 167 - #config PPC4xx_DMA 168 - # bool "PPC4xx DMA controller support" 169 - # depends on 4xx 170 - 171 - #config PPC4xx_EDMA 172 - # bool 173 - # depends on !STB03xxx && PPC4xx_DMA 174 - # default y 175 - # 176 - 177 186 config APM8018X 178 187 bool "APM8018X" 179 188 depends on 40x ··· 167 206 help 168 207 This option enables support for the AppliedMicro APM8018X evaluation 169 208 board. 170 -
+1 -17
arch/powerpc/platforms/44x/Kconfig
··· 75 75 select PCI 76 76 select PPC4xx_PCI_EXPRESS 77 77 select PCI_MSI 78 - select PCC4xx_MSI 78 + select PPC4xx_MSI 79 79 help 80 80 This option enables support for the AMCC PPC440SPe evaluation board. 81 81 ··· 206 206 select PPC4xx_PCI_EXPRESS 207 207 help 208 208 This option enables support for the AMCC PPC440SPe evaluation board. 209 - 210 - #config LUAN 211 - # bool "Luan" 212 - # depends on 44x 213 - # default n 214 - # select 440SP 215 - # help 216 - # This option enables support for the IBM PPC440SP evaluation board. 217 - 218 - #config OCOTEA 219 - # bool "Ocotea" 220 - # depends on 44x 221 - # default n 222 - # select 440GX 223 - # help 224 - # This option enables support for the IBM PPC440GX evaluation board. 225 209 226 210 config XILINX_VIRTEX440_GENERIC_BOARD 227 211 bool "Generic Xilinx Virtex 5 FXT board support"
-1
arch/powerpc/platforms/512x/Kconfig
··· 12 12 bool "Freescale MPC5121E ADS" 13 13 depends on PPC_MPC512x 14 14 select DEFAULT_UIMAGE 15 - select MPC5121_ADS_CPLD 16 15 help 17 16 This option enables support for the MPC5121E ADS board. 18 17
-1
arch/s390/Kconfig
··· 87 87 select HAVE_KERNEL_LZMA 88 88 select HAVE_KERNEL_LZO 89 89 select HAVE_KERNEL_XZ 90 - select HAVE_GET_USER_PAGES_FAST 91 90 select HAVE_ARCH_MUTEX_CPU_RELAX 92 91 select HAVE_ARCH_JUMP_LABEL if !MARCH_G5 93 92 select HAVE_RCU_TABLE_FREE if SMP
+1 -1
arch/sparc/kernel/smp_64.c
··· 840 840 struct trap_per_cpu *tp = &trap_block[raw_smp_processor_id()]; 841 841 struct mm_struct *mm = info; 842 842 843 - /* It is not valid to test "currrent->active_mm == mm" here. 843 + /* It is not valid to test "current->active_mm == mm" here. 844 844 * 845 845 * The value of "current" is not changed atomically with 846 846 * switch_mm(). But that's OK, we just need to check the
+1 -1
arch/x86/pci/pcbios.c
··· 44 44 pcibios_enabled = 1; 45 45 set_memory_x(PAGE_OFFSET + BIOS_BEGIN, (BIOS_END - BIOS_BEGIN) >> PAGE_SHIFT); 46 46 if (__supported_pte_mask & _PAGE_NX) 47 - printk(KERN_INFO "PCI : PCI BIOS aera is rw and x. Use pci=nobios if you want it NX.\n"); 47 + printk(KERN_INFO "PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.\n"); 48 48 } 49 49 50 50 /*
-2
crypto/Kconfig
··· 329 329 330 330 config CRYPTO_GHASH 331 331 tristate "GHASH digest algorithm" 332 - select CRYPTO_SHASH 333 332 select CRYPTO_GF128MUL 334 333 help 335 334 GHASH is message digest algorithm for GCM (Galois/Counter Mode). ··· 476 477 config CRYPTO_GHASH_CLMUL_NI_INTEL 477 478 tristate "GHASH digest algorithm (CLMUL-NI accelerated)" 478 479 depends on X86 && 64BIT 479 - select CRYPTO_SHASH 480 480 select CRYPTO_CRYPTD 481 481 help 482 482 GHASH is message digest algorithm for GCM (Galois/Counter Mode).
+1 -1
drivers/acpi/Kconfig
··· 374 374 depends on DEBUG_FS 375 375 default n 376 376 help 377 - This debug facility allows ACPI AML methods to me inserted and/or 377 + This debug facility allows ACPI AML methods to be inserted and/or 378 378 replaced without rebooting the system. For details refer to: 379 379 Documentation/acpi/method-customizing.txt. 380 380
+1 -1
drivers/acpi/acpica/hwxface.c
··· 356 356 * 357 357 * PARAMETERS: register_id - ID of ACPI Bit Register to access 358 358 * Value - Value to write to the register, in bit 359 - * position zero. The bit is automaticallly 359 + * position zero. The bit is automatically 360 360 * shifted to the correct position. 361 361 * 362 362 * RETURN: Status
+1 -1
drivers/base/devres.c
··· 639 639 * @dev: Device this memory belongs to 640 640 * @p: Memory to free 641 641 * 642 - * Free memory allocated with dev_kzalloc(). 642 + * Free memory allocated with devm_kzalloc(). 643 643 */ 644 644 void devm_kfree(struct device *dev, void *p) 645 645 {
+1 -1
drivers/block/xen-blkback/xenbus.c
··· 613 613 case XenbusStateConnected: 614 614 /* 615 615 * Ensure we connect even when two watches fire in 616 - * close successsion and we miss the intermediate value 616 + * close succession and we miss the intermediate value 617 617 * of frontend_state. 618 618 */ 619 619 if (dev->state == XenbusStateConnected)
+1 -1
drivers/char/ipmi/ipmi_bt_sm.c
··· 560 560 BT_CONTROL(BT_H_BUSY); /* set */ 561 561 562 562 /* 563 - * Uncached, ordered writes should just proceeed serially but 563 + * Uncached, ordered writes should just proceed serially but 564 564 * some BMCs don't clear B2H_ATN with one hit. Fast-path a 565 565 * workaround without too much penalty to the general case. 566 566 */
+19 -11
drivers/edac/i82975x_edac.c
··· 277 277 static int i82975x_process_error_info(struct mem_ctl_info *mci, 278 278 struct i82975x_error_info *info, int handle_errors) 279 279 { 280 - int row, multi_chan, chan; 280 + int row, chan; 281 281 unsigned long offst, page; 282 - 283 - multi_chan = mci->csrows[0].nr_channels - 1; 284 282 285 283 if (!(info->errsts2 & 0x0003)) 286 284 return 0; ··· 292 294 } 293 295 294 296 page = (unsigned long) info->eap; 295 - if (info->xeap & 1) 296 - page |= 0x100000000ul; 297 - chan = page & 1; 298 297 page >>= 1; 299 - offst = page & ((1 << PAGE_SHIFT) - 1); 300 - page >>= PAGE_SHIFT; 298 + if (info->xeap & 1) 299 + page |= 0x80000000; 300 + page >>= (PAGE_SHIFT - 1); 301 301 row = edac_mc_find_csrow_by_page(mci, page); 302 + 303 + if (row == -1) { 304 + i82975x_mc_printk(mci, KERN_ERR, "error processing EAP:\n" 305 + "\tXEAP=%u\n" 306 + "\t EAP=0x%08x\n" 307 + "\tPAGE=0x%08x\n", 308 + (info->xeap & 1) ? 1 : 0, info->eap, (unsigned int) page); 309 + return 0; 310 + } 311 + chan = (mci->csrows[row].nr_channels == 1) ? 0 : info->eap & 1; 312 + offst = info->eap 313 + & ((1 << PAGE_SHIFT) - 314 + (1 << mci->csrows[row].grain)); 302 315 303 316 if (info->errsts & 0x0002) 304 317 edac_mc_handle_ue(mci, page, offst , row, "i82975x UE"); 305 318 else 306 319 edac_mc_handle_ce(mci, page, offst, info->derrsyn, row, 307 - multi_chan ? chan : 0, 308 - "i82975x CE"); 320 + chan, "i82975x CE"); 309 321 310 322 return 1; 311 323 } ··· 418 410 csrow->last_page = cumul_size - 1; 419 411 csrow->nr_pages = cumul_size - last_cumul_size; 420 412 last_cumul_size = cumul_size; 421 - csrow->grain = 1 << 6; /* I82975X_EAP has 64B resolution */ 413 + csrow->grain = 1 << 7; /* 128Byte cache-line resolution */ 422 414 csrow->mtype = MEM_DDR2; /* I82975x supports only DDR2 */ 423 415 csrow->dtype = i82975x_dram_type(mch_window, index); 424 416 csrow->edac_mode = EDAC_SECDED; /* only supported */
+1 -1
drivers/edac/ppc4xx_edac.c
··· 142 142 143 143 /* 144 144 * The ibm,sdram-4xx-ddr2 Device Control Registers (DCRs) are 145 - * indirectly acccessed and have a base and length defined by the 145 + * indirectly accessed and have a base and length defined by the 146 146 * device tree. The base can be anything; however, we expect the 147 147 * length to be precisely two registers, the first for the address 148 148 * window and the second for the data window.
+1 -1
drivers/gpio/Kconfig
··· 356 356 357 357 config GPIO_CS5535 358 358 tristate "AMD CS5535/CS5536 GPIO support" 359 - depends on PCI && X86 && !CS5535_GPIO && MFD_CS5535 359 + depends on PCI && X86 && MFD_CS5535 360 360 help 361 361 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that 362 362 can be used for quite a number of things. The CS5535/6 is found on
+1 -1
drivers/gpu/drm/i915/intel_sdvo_regs.h
··· 1 1 /* 2 - * Copyright � 2006-2007 Intel Corporation 2 + * Copyright © 2006-2007 Intel Corporation 3 3 * 4 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 5 * copy of this software and associated documentation files (the "Software"),
+2 -2
drivers/hid/hid-pl.c
··· 9 9 * - contains two reports, one for each port (HID_QUIRK_MULTI_INPUT) 10 10 * 11 11 * 0e8f:0003 "GreenAsia Inc. USB Joystick " 12 - * - tested with K�nig Gaming gamepad 12 + * - tested with König Gaming gamepad 13 13 * 14 14 * 0e8f:0003 "GASIA USB Gamepad" 15 - * - another version of the K�nig gamepad 15 + * - another version of the König gamepad 16 16 * 17 17 * Copyright (c) 2007, 2009 Anssi Hannula <anssi.hannula@gmail.com> 18 18 */
+1 -1
drivers/hid/hid-twinhan.c
··· 3 3 * 4 4 * Based on hid-gyration.c 5 5 * 6 - * Copyright (c) 2009 Bruno Pr�mont <bonbons@linux-vserver.org> 6 + * Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org> 7 7 */ 8 8 9 9 /*
+1 -1
drivers/i2c/busses/i2c-xiic.c
··· 426 426 xiic_wakeup(i2c, STATE_ERROR); 427 427 428 428 } else if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) { 429 - /* Transmit register/FIFO is empty or � empty */ 429 + /* Transmit register/FIFO is empty or ½ empty */ 430 430 431 431 clr = pend & 432 432 (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK);
+1 -1
drivers/isdn/hisax/enternow_pci.c
··· 333 333 cs->hw.njet.isac = cs->hw.njet.base + 0xC0; // Fenster zum AMD 334 334 335 335 /* Reset an */ 336 - cs->hw.njet.ctrl_reg = 0x07; // ge�ndert von 0xff 336 + cs->hw.njet.ctrl_reg = 0x07; // geändert von 0xff 337 337 outb(cs->hw.njet.ctrl_reg, cs->hw.njet.base + NETJET_CTRL); 338 338 /* 20 ms Pause */ 339 339 mdelay(20);
+2 -1
drivers/leds/Kconfig
··· 347 347 config LEDS_NS2 348 348 tristate "LED support for Network Space v2 GPIO LEDs" 349 349 depends on LEDS_CLASS 350 - depends on MACH_NETSPACE_V2 || MACH_INETSPACE_V2 || MACH_NETSPACE_MAX_V2 || D2NET_V2 350 + depends on MACH_NETSPACE_V2 || MACH_INETSPACE_V2 || \ 351 + MACH_NETSPACE_MAX_V2 || MACH_D2NET_V2 351 352 default y 352 353 help 353 354 This option enable support for the dual-GPIO LED found on the
+1 -1
drivers/media/rc/ene_ir.c
··· 324 324 return dev->extra_buf2_address + r_pointer; 325 325 } 326 326 327 - dbg("attempt to read beyong ring bufer end"); 327 + dbg("attempt to read beyond ring buffer end"); 328 328 return 0; 329 329 } 330 330
+1 -1
drivers/media/rc/ene_ir.h
··· 227 227 228 228 /* TX buffer */ 229 229 unsigned *tx_buffer; /* input samples buffer*/ 230 - int tx_pos; /* position in that bufer */ 230 + int tx_pos; /* position in that buffer */ 231 231 int tx_len; /* current len of tx buffer */ 232 232 int tx_done; /* done transmitting */ 233 233 /* one more sample pending*/
+1 -1
drivers/media/rc/winbond-cir.c
··· 1176 1176 module_init(wbcir_init); 1177 1177 module_exit(wbcir_exit); 1178 1178 1179 - MODULE_AUTHOR("David H�rdeman <david@hardeman.nu>"); 1179 + MODULE_AUTHOR("David Härdeman <david@hardeman.nu>"); 1180 1180 MODULE_DESCRIPTION("Winbond SuperI/O Consumer IR Driver"); 1181 1181 MODULE_LICENSE("GPL");
+1 -1
drivers/media/video/zoran/zoran_driver.c
··· 1550 1550 if (zoran_formats[i].flags & flag && num++ == fmt->index) { 1551 1551 strncpy(fmt->description, zoran_formats[i].name, 1552 1552 sizeof(fmt->description) - 1); 1553 - /* fmt struct pre-zeroed, so adding '\0' not neeed */ 1553 + /* fmt struct pre-zeroed, so adding '\0' not needed */ 1554 1554 fmt->pixelformat = zoran_formats[i].fourcc; 1555 1555 if (zoran_formats[i].flags & ZORAN_FORMAT_COMPRESSED) 1556 1556 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED;
+1 -1
drivers/message/fusion/lsi/mpi_ioc.h
··· 857 857 #define MPI_EVENT_SAS_DSCVRY_PHY_BITS_MASK (0xFFFF0000) 858 858 #define MPI_EVENT_SAS_DSCVRY_PHY_BITS_SHIFT (16) 859 859 860 - /* SAS Discovery Errror Event data */ 860 + /* SAS Discovery Error Event data */ 861 861 862 862 typedef struct _EVENT_DATA_DISCOVERY_ERROR 863 863 {
+1 -1
drivers/misc/ibmasm/command.c
··· 18 18 * 19 19 * Copyright (C) IBM Corporation, 2004 20 20 * 21 - * Author: Max Asb�ck <amax@us.ibm.com> 21 + * Author: Max Asböck <amax@us.ibm.com> 22 22 * 23 23 */ 24 24
+1 -1
drivers/misc/ibmasm/dot_command.c
··· 17 17 * 18 18 * Copyright (C) IBM Corporation, 2004 19 19 * 20 - * Author: Max Asb�ck <amax@us.ibm.com> 20 + * Author: Max Asböck <amax@us.ibm.com> 21 21 * 22 22 */ 23 23
+1 -1
drivers/misc/ibmasm/dot_command.h
··· 17 17 * 18 18 * Copyright (C) IBM Corporation, 2004 19 19 * 20 - * Author: Max Asb�ck <amax@us.ibm.com> 20 + * Author: Max Asböck <amax@us.ibm.com> 21 21 * 22 22 */ 23 23
+1 -1
drivers/misc/ibmasm/event.c
··· 18 18 * 19 19 * Copyright (C) IBM Corporation, 2004 20 20 * 21 - * Author: Max Asb�ck <amax@us.ibm.com> 21 + * Author: Max Asböck <amax@us.ibm.com> 22 22 * 23 23 */ 24 24
+1 -1
drivers/misc/ibmasm/heartbeat.c
··· 18 18 * 19 19 * Copyright (C) IBM Corporation, 2004 20 20 * 21 - * Author: Max Asb�ck <amax@us.ibm.com> 21 + * Author: Max Asböck <amax@us.ibm.com> 22 22 * 23 23 */ 24 24
+1 -1
drivers/misc/ibmasm/i2o.h
··· 17 17 * 18 18 * Copyright (C) IBM Corporation, 2004 19 19 * 20 - * Author: Max Asb�ck <amax@us.ibm.com> 20 + * Author: Max Asböck <amax@us.ibm.com> 21 21 * 22 22 */ 23 23
+1 -1
drivers/misc/ibmasm/ibmasm.h
··· 18 18 * 19 19 * Copyright (C) IBM Corporation, 2004 20 20 * 21 - * Author: Max Asb�ck <amax@us.ibm.com> 21 + * Author: Max Asböck <amax@us.ibm.com> 22 22 * 23 23 */ 24 24
+1 -1
drivers/misc/ibmasm/ibmasmfs.c
··· 17 17 * 18 18 * Copyright (C) IBM Corporation, 2004 19 19 * 20 - * Author: Max Asb�ck <amax@us.ibm.com> 20 + * Author: Max Asböck <amax@us.ibm.com> 21 21 * 22 22 */ 23 23
+1 -1
drivers/misc/ibmasm/lowlevel.c
··· 17 17 * 18 18 * Copyright (C) IBM Corporation, 2004 19 19 * 20 - * Author: Max Asb�ck <amax@us.ibm.com> 20 + * Author: Max Asböck <amax@us.ibm.com> 21 21 * 22 22 */ 23 23
+1 -1
drivers/misc/ibmasm/lowlevel.h
··· 17 17 * 18 18 * Copyright (C) IBM Corporation, 2004 19 19 * 20 - * Author: Max Asb�ck <amax@us.ibm.com> 20 + * Author: Max Asböck <amax@us.ibm.com> 21 21 * 22 22 */ 23 23
+1 -1
drivers/misc/ibmasm/module.c
··· 18 18 * 19 19 * Copyright (C) IBM Corporation, 2004 20 20 * 21 - * Author: Max Asb�ck <amax@us.ibm.com> 21 + * Author: Max Asböck <amax@us.ibm.com> 22 22 * 23 23 * This driver is based on code originally written by Pete Reynolds 24 24 * and others.
+1 -1
drivers/misc/ibmasm/r_heartbeat.c
··· 16 16 * 17 17 * Copyright (C) IBM Corporation, 2004 18 18 * 19 - * Author: Max Asb�ck <amax@us.ibm.com> 19 + * Author: Max Asböck <amax@us.ibm.com> 20 20 * 21 21 */ 22 22
+1 -1
drivers/misc/ibmasm/remote.h
··· 18 18 * 19 19 * Copyright (C) IBM Corporation, 2004 20 20 * 21 - * Author: Max Asb�ck <amax@us.ibm.com> 21 + * Author: Max Asböck <amax@us.ibm.com> 22 22 * 23 23 * Originally written by Pete Reynolds 24 24 */
+1 -1
drivers/misc/ibmasm/uart.c
··· 18 18 * 19 19 * Copyright (C) IBM Corporation, 2004 20 20 * 21 - * Author: Max Asb�ck <amax@us.ibm.com> 21 + * Author: Max Asböck <amax@us.ibm.com> 22 22 * 23 23 */ 24 24
+2 -2
drivers/mmc/host/omap.c
··· 2 2 * linux/drivers/mmc/host/omap.c 3 3 * 4 4 * Copyright (C) 2004 Nokia Corporation 5 - * Written by Tuukka Tikkanen and Juha Yrj�l�<juha.yrjola@nokia.com> 5 + * Written by Tuukka Tikkanen and Juha Yrjölä<juha.yrjola@nokia.com> 6 6 * Misc hacks here and there by Tony Lindgren <tony@atomide.com> 7 7 * Other hacks (DMA, SD, etc) by David Brownell 8 8 * ··· 1634 1634 MODULE_DESCRIPTION("OMAP Multimedia Card driver"); 1635 1635 MODULE_LICENSE("GPL"); 1636 1636 MODULE_ALIAS("platform:" DRIVER_NAME); 1637 - MODULE_AUTHOR("Juha Yrj�l�"); 1637 + MODULE_AUTHOR("Juha Yrjölä");
-1
drivers/mtd/nand/Kconfig
··· 420 420 config MTD_NAND_GPMI_NAND 421 421 bool "GPMI NAND Flash Controller driver" 422 422 depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28) 423 - select MTD_PARTITIONS 424 423 select MTD_CMDLINE_PARTS 425 424 help 426 425 Enables NAND Flash support for IMX23 or IMX28.
+1 -1
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
··· 683 683 /* 684 684 * Update our accounting state to incorporate the new Free List 685 685 * buffers, tell the hardware about them and return the number of 686 - * bufers which we were able to allocate. 686 + * buffers which we were able to allocate. 687 687 */ 688 688 cred = fl->avail - cred; 689 689 fl->pend_cred += cred;
+1 -1
drivers/net/ethernet/sis/sis900.h
··· 205 205 EXCCOLL = 0x00100000, COLCNT = 0x000F0000 206 206 }; 207 207 208 - enum sis900_rx_bufer_status { 208 + enum sis900_rx_buffer_status { 209 209 OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000, 210 210 MCAST = 0x01000000, UNIMATCH = 0x00800000, TOOLONG = 0x00400000, 211 211 RUNT = 0x00200000, RXISERR = 0x00100000, CRCERR = 0x00080000,
+1 -1
drivers/net/irda/nsc-ircc.c
··· 1664 1664 switch_bank(iobase, BANK0); 1665 1665 outb(inb(iobase+MCR) & ~MCR_DMA_EN, iobase+MCR); 1666 1666 1667 - /* Check for underrrun! */ 1667 + /* Check for underrun! */ 1668 1668 if (inb(iobase+ASCR) & ASCR_TXUR) { 1669 1669 self->netdev->stats.tx_errors++; 1670 1670 self->netdev->stats.tx_fifo_errors++;
+2 -2
drivers/net/irda/via-ircc.c
··· 942 942 iobase = self->io.fir_base; 943 943 /* Disable DMA */ 944 944 // DisableDmaChannel(self->io.dma); 945 - /* Check for underrrun! */ 945 + /* Check for underrun! */ 946 946 /* Clear bit, by writing 1 into it */ 947 947 Tx_status = GetTXStatus(iobase); 948 948 if (Tx_status & 0x08) { 949 949 self->netdev->stats.tx_errors++; 950 950 self->netdev->stats.tx_fifo_errors++; 951 951 hwreset(self); 952 - // how to clear underrrun ? 952 + /* how to clear underrun? */ 953 953 } else { 954 954 self->netdev->stats.tx_packets++; 955 955 ResetChip(iobase, 3);
+1 -1
drivers/net/irda/w83977af_ir.c
··· 677 677 switch_bank(iobase, SET0); 678 678 outb(inb(iobase+HCR) & ~HCR_EN_DMA, iobase+HCR); 679 679 680 - /* Check for underrrun! */ 680 + /* Check for underrun! */ 681 681 if (inb(iobase+AUDR) & AUDR_UNDR) { 682 682 IRDA_DEBUG(0, "%s(), Transmit underrun!\n", __func__ ); 683 683
+1 -1
drivers/net/wimax/i2400m/i2400m.h
··· 75 75 * device is up and running or shutdown (through ifconfig up / 76 76 * down). Bus-generic only. 77 77 * 78 - * - control ops: control.c - implements various commmands for 78 + * - control ops: control.c - implements various commands for 79 79 * controlling the device. bus-generic only. 80 80 * 81 81 * - device model glue: driver.c - implements helpers for the
+2 -2
drivers/net/wireless/rtlwifi/rtl8192de/hw.c
··· 466 466 bool int_migration = *(bool *) (val); 467 467 468 468 if (int_migration) { 469 - /* Set interrrupt migration timer and 470 - * corresponging Tx/Rx counter. 469 + /* Set interrupt migration timer and 470 + * corresponding Tx/Rx counter. 471 471 * timer 25ns*0xfa0=100us for 0xf packets. 472 472 * 0x306:Rx, 0x307:Tx */ 473 473 rtl_write_dword(rtlpriv, REG_INT_MIG, 0xfe000fa0);
-7
drivers/parisc/Kconfig
··· 108 108 depends on IOMMU_SBA || IOMMU_CCIO 109 109 default y 110 110 111 - #config PCI_EPIC 112 - # bool "EPIC/SAGA PCI support" 113 - # depends on PCI 114 - # default y 115 - # help 116 - # Say Y here for V-class PCI, DMA/IOMMU, IRQ subsystem support. 117 - 118 111 source "drivers/pcmcia/Kconfig" 119 112 120 113 source "drivers/pci/hotplug/Kconfig"
+1 -1
drivers/parport/parport_mfc3.c
··· 397 397 398 398 399 399 MODULE_AUTHOR("Joerg Dorchain <joerg@dorchain.net>"); 400 - MODULE_DESCRIPTION("Parport Driver for Multiface 3 expansion cards Paralllel Port"); 400 + MODULE_DESCRIPTION("Parport Driver for Multiface 3 expansion cards Parallel Port"); 401 401 MODULE_SUPPORTED_DEVICE("Multiface 3 Parallel Port"); 402 402 MODULE_LICENSE("GPL"); 403 403
+1 -1
drivers/scsi/aic7xxx/aicasm/aicasm.c
··· 1 1 /* 2 - * Aic7xxx SCSI host adapter firmware asssembler 2 + * Aic7xxx SCSI host adapter firmware assembler 3 3 * 4 4 * Copyright (c) 1997, 1998, 2000, 2001 Justin T. Gibbs. 5 5 * Copyright (c) 2001, 2002 Adaptec Inc.
+1 -1
drivers/scsi/gdth.h
··· 359 359 u32 cmd_buff_addr2; /* physical address of cmd buffer 1 */ 360 360 u32 cmd_buff_u_addr2; /* reserved for 64 bit addressing */ 361 361 u32 cmd_buff_indx2; /* cmd buf addr1 unique identifier */ 362 - u32 cmd_buff_size; /* size of each cmd bufer in bytes */ 362 + u32 cmd_buff_size; /* size of each cmd buffer in bytes */ 363 363 u32 reserved1; 364 364 u32 reserved2; 365 365 } __attribute__((packed)) gdth_perf_modes;
+1 -1
drivers/scsi/ips.c
··· 4494 4494 /* */ 4495 4495 /* Initialize a CCB to default values */ 4496 4496 /* */ 4497 - /* ASSUMED to be callled from within a lock */ 4497 + /* ASSUMED to be called from within a lock */ 4498 4498 /* */ 4499 4499 /****************************************************************************/ 4500 4500 static ips_scb_t *
+1 -1
drivers/scsi/jazz_esp.c
··· 1 1 /* jazz_esp.c: ESP front-end for MIPS JAZZ systems. 2 2 * 3 - * Copyright (C) 2007 Thomas Bogend�rfer (tsbogend@alpha.frankende) 3 + * Copyright (C) 2007 Thomas Bogendörfer (tsbogend@alpha.frankende) 4 4 */ 5 5 6 6 #include <linux/kernel.h>
+1 -1
drivers/scsi/pmcraid.c
··· 4105 4105 hdr = kmalloc(sizeof(struct pmcraid_ioctl_header), GFP_KERNEL); 4106 4106 4107 4107 if (!hdr) { 4108 - pmcraid_err("faile to allocate memory for ioctl header\n"); 4108 + pmcraid_err("failed to allocate memory for ioctl header\n"); 4109 4109 return -ENOMEM; 4110 4110 } 4111 4111
+1 -1
drivers/scsi/qla2xxx/qla_nx.c
··· 1055 1055 "ROM lock failed.\n"); 1056 1056 return -1; 1057 1057 } 1058 - return 0;; 1058 + return 0; 1059 1059 } 1060 1060 1061 1061 static int
+1 -1
drivers/scsi/qla4xxx/ql4_fw.h
··· 752 752 uint8_t res4[0x36]; /* 8A-BF */ 753 753 uint8_t iscsi_name[0xE0]; /* C0-19F : xxzzy Make this a 754 754 * pointer to a string so we 755 - * don't have to reserve soooo 755 + * don't have to reserve so 756 756 * much RAM */ 757 757 uint8_t link_local_ipv6_addr[0x10]; /* 1A0-1AF */ 758 758 uint8_t res5[0x10]; /* 1B0-1BF */
+1 -1
drivers/scsi/sni_53c710.c
··· 51 51 52 52 #include "53c700.h" 53 53 54 - MODULE_AUTHOR("Thomas Bogend�rfer"); 54 + MODULE_AUTHOR("Thomas Bogendörfer"); 55 55 MODULE_DESCRIPTION("SNI RM 53c710 SCSI Driver"); 56 56 MODULE_LICENSE("GPL"); 57 57 MODULE_ALIAS("platform:snirm_53c710");
+1 -1
drivers/scsi/vmw_pvscsi.c
··· 1144 1144 * 1145 1145 * These are statically allocated. Trying to be clever was not worth it. 1146 1146 * 1147 - * Dynamic allocation can fail, and we can't go deeep into the memory 1147 + * Dynamic allocation can fail, and we can't go deep into the memory 1148 1148 * allocator, since we're a SCSI driver, and trying too hard to allocate 1149 1149 * memory might generate disk I/O. We also don't want to fail disk I/O 1150 1150 * in that case because we can't get an allocation - the I/O could be
+1 -2
drivers/spi/Kconfig
··· 174 174 175 175 config SPI_MPC52xx 176 176 tristate "Freescale MPC52xx SPI (non-PSC) controller support" 177 - depends on PPC_MPC52xx && SPI 178 - select SPI_MASTER_OF 177 + depends on PPC_MPC52xx 179 178 help 180 179 This drivers supports the MPC52xx SPI controller in master SPI 181 180 mode.
+2 -2
drivers/staging/bcm/target_params.h
··· 72 72 // removed SHUT down related 'unused' params from here to sync 4.x and 5.x CFG files.. 73 73 74 74 //BAMC Related Parameters 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. 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. 77 77 B_UINT32 m_u32BandAMCEnable; 78 78 79 79 } stTargetParams,TARGET_PARAMS,*PTARGET_PARAMS, STARGETPARAMS, *PSTARGETPARAMS;
+1 -1
drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c
··· 3598 3598 n = comedi_buf_write_alloc(s->async, 3599 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 3602 if (n > ((7 + 12) * sizeof(unsigned int))) { 3603 3603 printk("\ncomedi_buf_write_alloc n = %i", n); 3604 3604 s->async->events |= COMEDI_CB_ERROR;
+1 -1
drivers/staging/cxt1e1/libsbew.h
··· 323 323 #define CFG_CH_DINV_TX 0x02 324 324 325 325 326 - /* Posssible resettable chipsets/functions */ 326 + /* Possible resettable chipsets/functions */ 327 327 #define RESET_DEV_TEMUX 1 328 328 #define RESET_DEV_TECT3 RESET_DEV_TEMUX 329 329 #define RESET_DEV_PLL 2
+2 -2
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
··· 344 344 } 345 345 mdelay(1); 346 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 348 ft1000_write_reg(dev, FT1000_REG_WATERMARK, 0xffff); 349 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 351 ft1000_write_reg(dev, FT1000_REG_MAG_WATERMARK, 0xffff); 352 352 } 353 353 // clear interrupts
+1 -1
drivers/staging/ft1000/ft1000-usb/ft1000_hw.c
··· 601 601 602 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 605 ft1000_write_register(ft1000dev, 0xffff, FT1000_REG_MAG_WATERMARK); 606 606 607 607 /* clear interrupts */
+1 -1
drivers/staging/iio/industrialio-trigger.c
··· 295 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 300 * For trigger consumers the current_trigger interface allows the trigger 301 301 * used by the device to be queried.
+2 -2
drivers/staging/keucr/smilmain.c
··· 148 148 { 149 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 152 // return(ErrCode); 153 153 //if (Check_D_MediaFmt(fdoExt)) ; 154 154 // return(ErrCode); ··· 594 594 // if (Check_D_CardStsChg()) 595 595 // MediaChange = ERROR; 596 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 598 // return(SMSUCCESS); 599 599 // //usleep(56*1024); 600 600 //
+1 -1
drivers/staging/sep/sep_driver.c
··· 1235 1235 /* Counter of lli array entry */ 1236 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 1239 curr_table_data_size = 0; 1240 1240 array_counter = 0; 1241 1241 *num_table_entries_ptr = 1;
+1 -1
drivers/staging/tidspbridge/Kconfig
··· 78 78 bool "Notify power errors" 79 79 depends on TIDSPBRIDGE 80 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 82 trying to suspend bridge driver. Say Y, to signal this event as a fatal 83 83 error, this will require a bridge restart to recover. 84 84
+1 -1
drivers/staging/tidspbridge/rmgr/dbdcd.c
··· 285 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 289 * expects non-zero value. 290 290 */ 291 291 status = ENODATA;
+1 -1
drivers/staging/wlags49_h2/debug.h
··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+1 -1
drivers/staging/wlags49_h2/dhfcfg.h
··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+3 -3
drivers/staging/wlags49_h2/hcf.c
··· 32 32 * software indicates your acceptance of these terms and conditions. If you do 33 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 36 - * COPYRIGHT � 1996 - 2000 by Lucent Technologies. All Rights Reserved 37 - * COPYRIGHT � 2001 - 2004 by Agere Systems Inc. All Rights Reserved 35 + * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved 36 + * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved 37 + * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved 38 38 * All rights reserved. 39 39 * 40 40 * Redistribution and use in source or binary forms, with or without
+3 -3
drivers/staging/wlags49_h2/hcf.h
··· 40 40 * software indicates your acceptance of these terms and conditions. If you do 41 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 44 - * COPYRIGHT � 1996 - 2000 by Lucent Technologies. All Rights Reserved 45 - * COPYRIGHT � 2001 - 2004 by Agere Systems Inc. All Rights Reserved 43 + * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved 44 + * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved 45 + * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved 46 46 * All rights reserved. 47 47 * 48 48 * Redistribution and use in source or binary forms, with or without
+3 -3
drivers/staging/wlags49_h2/hcfcfg.h
··· 64 64 * software indicates your acceptance of these terms and conditions. If you do 65 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 68 - * COPYRIGHT � 1996 - 2000 by Lucent Technologies. All Rights Reserved 69 - * COPYRIGHT � 2001 - 2004 by Agere Systems Inc. All Rights Reserved 67 + * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved 68 + * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved 69 + * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved 70 70 * All rights reserved. 71 71 * 72 72 * Redistribution and use in source or binary forms, with or without
+3 -3
drivers/staging/wlags49_h2/hcfdef.h
··· 33 33 * software indicates your acceptance of these terms and conditions. If you do 34 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 37 - * COPYRIGHT � 1996 - 2000 by Lucent Technologies. All Rights Reserved 38 - * COPYRIGHT � 2001 - 2004 by Agere Systems Inc. All Rights Reserved 36 + * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved 37 + * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved 38 + * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved 39 39 * All rights reserved. 40 40 * 41 41 * Redistribution and use in source or binary forms, with or without
+3 -3
drivers/staging/wlags49_h2/mdd.h
··· 33 33 * software indicates your acceptance of these terms and conditions. If you do 34 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 37 - * COPYRIGHT � 1996 - 2000 by Lucent Technologies. All Rights Reserved 38 - * COPYRIGHT � 2001 - 2004 by Agere Systems Inc. All Rights Reserved 36 + * COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved 37 + * COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved 38 + * COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved 39 39 * All rights reserved. 40 40 * 41 41 * Redistribution and use in source or binary forms, with or without
+1 -1
drivers/staging/wlags49_h2/mmd.c
··· 35 35 * software indicates your acceptance of these terms and conditions. If you do 36 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 39 * All rights reserved. 40 40 * 41 41 * Redistribution and use in source or binary forms, with or without
+1 -1
drivers/staging/wlags49_h2/mmd.h
··· 33 33 * software indicates your acceptance of these terms and conditions. If you do 34 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 37 * All rights reserved. 38 38 * 39 39 * Redistribution and use in source or binary forms, with or without
+2 -2
drivers/staging/wlags49_h2/wl_cs.h
··· 22 22 * software indicates your acceptance of these terms and conditions. If you do 23 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 26 * All rights reserved. 27 27 * 28 28 * Redistribution and use in source or binary forms, with or without ··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_enc.c
··· 23 23 * software indicates your acceptance of these terms and conditions. If you do 24 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 27 * All rights reserved. 28 28 * 29 29 * Redistribution and use in source or binary forms, with or without ··· 44 44 * 45 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 48 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 49 49 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 50 50 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_enc.h
··· 22 22 * software indicates your acceptance of these terms and conditions. If you do 23 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 26 * All rights reserved. 27 27 * 28 28 * Redistribution and use in source or binary forms, with or without ··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_if.h
··· 23 23 * software indicates your acceptance of these terms and conditions. If you do 24 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 27 * All rights reserved. 28 28 * 29 29 * Redistribution and use in source or binary forms, with or without ··· 44 44 * 45 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 48 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 49 49 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 50 50 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_internal.h
··· 22 22 * software indicates your acceptance of these terms and conditions. If you do 23 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 26 * All rights reserved. 27 27 * 28 28 * Redistribution and use in source or binary forms, with or without ··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_main.c
··· 23 23 * software indicates your acceptance of these terms and conditions. If you do 24 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 27 * All rights reserved. 28 28 * 29 29 * Redistribution and use in source or binary forms, with or without ··· 44 44 * 45 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 48 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 49 49 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 50 50 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_main.h
··· 22 22 * software indicates your acceptance of these terms and conditions. If you do 23 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 26 * All rights reserved. 27 27 * 28 28 * Redistribution and use in source or binary forms, with or without ··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_netdev.c
··· 23 23 * software indicates your acceptance of these terms and conditions. If you do 24 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 27 * All rights reserved. 28 28 * 29 29 * Redistribution and use in source or binary forms, with or without ··· 44 44 * 45 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 48 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 49 49 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 50 50 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_netdev.h
··· 23 23 * software indicates your acceptance of these terms and conditions. If you do 24 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 27 * All rights reserved. 28 28 * 29 29 * Redistribution and use in source or binary forms, with or without ··· 44 44 * 45 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 48 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 49 49 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 50 50 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_pci.c
··· 23 23 * software indicates your acceptance of these terms and conditions. If you do 24 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 27 * All rights reserved. 28 28 * 29 29 * Redistribution and use in source or binary forms, with or without ··· 44 44 * 45 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 48 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 49 49 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 50 50 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_pci.h
··· 22 22 * software indicates your acceptance of these terms and conditions. If you do 23 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 26 * All rights reserved. 27 27 * 28 28 * Redistribution and use in source or binary forms, with or without ··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_priv.c
··· 22 22 * software indicates your acceptance of these terms and conditions. If you do 23 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 26 * All rights reserved. 27 27 * 28 28 * Redistribution and use in source or binary forms, with or without ··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_priv.h
··· 22 22 * software indicates your acceptance of these terms and conditions. If you do 23 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 26 * All rights reserved. 27 27 * 28 28 * Redistribution and use in source or binary forms, with or without ··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_profile.c
··· 23 23 * software indicates your acceptance of these terms and conditions. If you do 24 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 27 * All rights reserved. 28 28 * 29 29 * Redistribution and use in source or binary forms, with or without ··· 44 44 * 45 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 48 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 49 49 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 50 50 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_profile.h
··· 22 22 * software indicates your acceptance of these terms and conditions. If you do 23 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 26 * All rights reserved. 27 27 * 28 28 * Redistribution and use in source or binary forms, with or without ··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_util.c
··· 22 22 * software indicates your acceptance of these terms and conditions. If you do 23 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 26 * All rights reserved. 27 27 * 28 28 * Redistribution and use in source or binary forms, with or without ··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_util.h
··· 23 23 * software indicates your acceptance of these terms and conditions. If you do 24 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 27 * All rights reserved. 28 28 * 29 29 * Redistribution and use in source or binary forms, with or without ··· 44 44 * 45 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 48 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 49 49 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 50 50 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_version.h
··· 23 23 * software indicates your acceptance of these terms and conditions. If you do 24 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 27 * All rights reserved. 28 28 * 29 29 * Redistribution and use in source or binary forms, with or without ··· 44 44 * 45 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 48 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 49 49 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 50 50 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_wext.c
··· 18 18 * software indicates your acceptance of these terms and conditions. If you do 19 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 22 * All rights reserved. 23 23 * 24 24 * Redistribution and use in source or binary forms, with or without ··· 39 39 * 40 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 43 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 44 44 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 45 45 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+2 -2
drivers/staging/wlags49_h2/wl_wext.h
··· 22 22 * software indicates your acceptance of these terms and conditions. If you do 23 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 26 * All rights reserved. 27 27 * 28 28 * Redistribution and use in source or binary forms, with or without ··· 43 43 * 44 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 47 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF 48 48 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY 49 49 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
+1 -1
drivers/tty/serial/Kconfig
··· 808 808 809 809 config SERIAL_IMX 810 810 bool "IMX serial port support" 811 - depends on ARM && (ARCH_IMX || ARCH_MXC) 811 + depends on ARCH_MXC 812 812 select SERIAL_CORE 813 813 select RATIONAL 814 814 help
-1
drivers/usb/gadget/Kconfig
··· 264 264 config USB_S3C_HSOTG 265 265 tristate "S3C HS/OtG USB Device controller" 266 266 depends on S3C_DEV_USB_HSOTG 267 - select USB_GADGET_S3C_HSOTG_PIO 268 267 select USB_GADGET_DUALSPEED 269 268 help 270 269 The Samsung S3C64XX USB2.0 high-speed gadget controller
+2 -2
drivers/usb/gadget/s3c2410_udc.c
··· 3 3 * 4 4 * Samsung S3C24xx series on-chip full speed USB device controllers 5 5 * 6 - * Copyright (C) 2004-2007 Herbert P�tzl - Arnaud Patard 6 + * Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard 7 7 * Additional cleanups by Ben Dooks <ben-linux@fluff.org> 8 8 * 9 9 * This program is free software; you can redistribute it and/or modify ··· 51 51 52 52 #define DRIVER_DESC "S3C2410 USB Device Controller Gadget" 53 53 #define DRIVER_VERSION "29 Apr 2007" 54 - #define DRIVER_AUTHOR "Herbert P�tzl <herbert@13thfloor.at>, " \ 54 + #define DRIVER_AUTHOR "Herbert Pötzl <herbert@13thfloor.at>, " \ 55 55 "Arnaud Patard <arnaud.patard@rtp-net.org>" 56 56 57 57 static const char gadget_name[] = "s3c2410_udc";
+1 -1
drivers/usb/gadget/s3c2410_udc.h
··· 2 2 * linux/drivers/usb/gadget/s3c2410_udc.h 3 3 * Samsung on-chip full speed USB device controllers 4 4 * 5 - * Copyright (C) 2004-2007 Herbert P�tzl - Arnaud Patard 5 + * Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard 6 6 * Additional cleanups by Ben Dooks <ben-linux@fluff.org> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify
+1 -1
drivers/usb/host/hwa-hc.c
··· 481 481 encryption_value = 0; 482 482 } 483 483 484 - /* Set the encryption type for commmunicating with the device */ 484 + /* Set the encryption type for communicating with the device */ 485 485 result = usb_control_msg(wa->usb_dev, usb_sndctrlpipe(wa->usb_dev, 0), 486 486 USB_REQ_SET_ENCRYPTION, 487 487 USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE,
+1 -1
drivers/usb/host/imx21-hcd.c
··· 473 473 /* End handling */ 474 474 /* =========================================== */ 475 475 476 - /* Endpoint now idle - release it's ETD(s) or asssign to queued request */ 476 + /* Endpoint now idle - release its ETD(s) or assign to queued request */ 477 477 static void ep_idle(struct imx21 *imx21, struct ep_priv *ep_priv) 478 478 { 479 479 int i;
+1 -1
drivers/usb/musb/cppi_dma.c
··· 513 513 if (!(val & MUSB_RXCSR_H_REQPKT)) { 514 514 val |= MUSB_RXCSR_H_REQPKT | MUSB_RXCSR_H_WZC_BITS; 515 515 musb_writew(regs, MUSB_RXCSR, val); 516 - /* flush writebufer */ 516 + /* flush writebuffer */ 517 517 val = musb_readw(regs, MUSB_RXCSR); 518 518 } 519 519 }
+1 -1
drivers/usb/otg/fsl_otg.c
··· 639 639 * Delayed pin detect interrupt processing. 640 640 * 641 641 * When the Mini-A cable is disconnected from the board, 642 - * the pin-detect interrupt happens before the disconnnect 642 + * the pin-detect interrupt happens before the disconnect 643 643 * interrupts for the connected device(s). In order to 644 644 * process the disconnect interrupt(s) prior to switching 645 645 * roles, the pin-detect interrupts are delayed, and handled
+3 -3
drivers/usb/serial/ftdi_sio_ids.h
··· 2 2 * vendor/product IDs (VID/PID) of devices using FTDI USB serial converters. 3 3 * Please keep numerically sorted within individual areas, thanks! 4 4 * 5 - * Philipp G�hring - pg@futureware.at - added the Device ID of the USB relais 5 + * Philipp Gühring - pg@futureware.at - added the Device ID of the USB relais 6 6 * from Rudolf Gugler 7 7 * 8 8 */ ··· 78 78 */ 79 79 #define FTDI_ASK_RDR400_PID 0xC991 /* ASK RDR 400 series card reader */ 80 80 81 - /* www.starting-point-systems.com �Chameleon device */ 81 + /* www.starting-point-systems.com µChameleon device */ 82 82 #define FTDI_MICRO_CHAMELEON_PID 0xCAA0 /* Product Id */ 83 83 84 84 /* ··· 291 291 292 292 /* 293 293 * Teratronik product ids. 294 - * Submitted by O. W�lfelschneider. 294 + * Submitted by O. Wölfelschneider. 295 295 */ 296 296 #define FTDI_TERATRONIK_VCP_PID 0xEC88 /* Teratronik device (preferring VCP driver on windows) */ 297 297 #define FTDI_TERATRONIK_D2XX_PID 0xEC89 /* Teratronik device (preferring D2XX driver on windows) */
+1 -1
drivers/usb/storage/isd200.c
··· 61 61 #include "scsiglue.h" 62 62 63 63 MODULE_DESCRIPTION("Driver for In-System Design, Inc. ISD200 ASIC"); 64 - MODULE_AUTHOR("Bj�rn Stenberg <bjorn@haxx.se>"); 64 + MODULE_AUTHOR("Björn Stenberg <bjorn@haxx.se>"); 65 65 MODULE_LICENSE("GPL"); 66 66 67 67 static int isd200_Initialization(struct us_data *us);
+1 -1
drivers/usb/storage/unusual_devs.h
··· 1914 1914 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1915 1915 US_FL_INITIAL_READ10 ), 1916 1916 1917 - /* Patch by Richard Sch�tz <r.schtz@t-online.de> 1917 + /* Patch by Richard Schütz <r.schtz@t-online.de> 1918 1918 * This external hard drive enclosure uses a JMicron chip which 1919 1919 * needs the US_FL_IGNORE_RESIDUE flag to work properly. */ 1920 1920 UNUSUAL_DEV( 0x1e68, 0x001b, 0x0000, 0x0000,
+1 -1
drivers/uwb/i1480/dfu/usb.c
··· 104 104 * 105 105 * Data buffers to USB cannot be on the stack or in vmalloc'ed areas, 106 106 * so we copy it to the local i1480 buffer before proceeding. In any 107 - * case, we have a max size we can send, soooo. 107 + * case, we have a max size we can send. 108 108 */ 109 109 static 110 110 int i1480_usb_write(struct i1480 *i1480, u32 memory_address,
+1 -1
drivers/video/bf54x-lq043fb.c
··· 4 4 * Author: Michael Hennerich <hennerich@blackfin.uclinux.org> 5 5 * 6 6 * Created: 7 - * Description: ADSP-BF54x Framebufer driver 7 + * Description: ADSP-BF54x Framebuffer driver 8 8 * 9 9 * 10 10 * Modified:
+1 -1
drivers/video/bfin-t350mcqb-fb.c
··· 4 4 * Author: Michael Hennerich <hennerich@blackfin.uclinux.org> 5 5 * 6 6 * Created: 7 - * Description: Blackfin LCD Framebufer driver 7 + * Description: Blackfin LCD Framebuffer driver 8 8 * 9 9 * 10 10 * Modified:
-2
drivers/video/console/Kconfig
··· 66 66 Say Y here if you want the console on the Newport aka XL graphics 67 67 card of your Indy. Most people say Y here. 68 68 69 - # bool 'IODC console' CONFIG_IODC_CONSOLE 70 - 71 69 config DUMMY_CONSOLE 72 70 bool 73 71 depends on VGA_CONSOLE!=y || SGI_NEWPORT_CONSOLE!=y
+1 -1
drivers/video/omap/rfbi.c
··· 2 2 * OMAP2 Remote Frame Buffer Interface support 3 3 * 4 4 * Copyright (C) 2005 Nokia Corporation 5 - * Author: Juha Yrj�l� <juha.yrjola@nokia.com> 5 + * Author: Juha Yrjölä <juha.yrjola@nokia.com> 6 6 * Imre Deak <imre.deak@nokia.com> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify it
+1 -1
drivers/video/omap/sossi.c
··· 2 2 * OMAP1 Special OptimiSed Screen Interface support 3 3 * 4 4 * Copyright (C) 2004-2005 Nokia Corporation 5 - * Author: Juha Yrj�l� <juha.yrjola@nokia.com> 5 + * Author: Juha Yrjölä <juha.yrjola@nokia.com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify it 8 8 * under the terms of the GNU General Public License as published by the
+2 -2
drivers/watchdog/w83627hf_wdt.c
··· 4 4 * (c) Copyright 2007 Vlad Drukker <vlad@storewiz.com> 5 5 * added support for W83627THF. 6 6 * 7 - * (c) Copyright 2003,2007 P�draig Brady <P@draigBrady.com> 7 + * (c) Copyright 2003,2007 Pádraig Brady <P@draigBrady.com> 8 8 * 9 9 * Based on advantechwdt.c which is based on wdt.c. 10 10 * Original copyright messages: ··· 401 401 module_exit(wdt_exit); 402 402 403 403 MODULE_LICENSE("GPL"); 404 - MODULE_AUTHOR("P�draig Brady <P@draigBrady.com>"); 404 + MODULE_AUTHOR("Pádraig Brady <P@draigBrady.com>"); 405 405 MODULE_DESCRIPTION("w83627hf/thf WDT driver"); 406 406 MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
+1 -1
drivers/zorro/zorro.ids
··· 351 351 0200 EGS 28/24 Spectrum [Graphics Card] 352 352 0892 Apollo 353 353 0100 A1200 [FPU and RAM Expansion] 354 - 0893 Ingenieurb�ro Helfrich 354 + 0893 Ingenieurbüro Helfrich 355 355 0500 Piccolo RAM [Graphics Card] 356 356 0600 Piccolo [Graphics Card] 357 357 0700 PeggyPlus MPEG [Video Card]
+1 -1
fs/btrfs/free-space-cache.c
··· 423 423 } 424 424 425 425 if (index == 0) 426 - offset = sizeof(u32) * io_ctl->num_pages;; 426 + offset = sizeof(u32) * io_ctl->num_pages; 427 427 428 428 crc = btrfs_csum_data(io_ctl->root, io_ctl->orig + offset, crc, 429 429 PAGE_CACHE_SIZE - offset);
+1 -1
fs/btrfs/inode.c
··· 1944 1944 }; 1945 1945 1946 1946 /* 1947 - * This is called in transaction commmit time. If there are no orphan 1947 + * This is called in transaction commit time. If there are no orphan 1948 1948 * files in the subvolume, it removes orphan item and frees block_rsv 1949 1949 * structure. 1950 1950 */
+1 -1
fs/ext3/inode.c
··· 2490 2490 * transaction, and VFS/VM ensures that ext3_truncate() cannot run 2491 2491 * simultaneously on behalf of the same inode. 2492 2492 * 2493 - * As we work through the truncate and commmit bits of it to the journal there 2493 + * As we work through the truncate and commit bits of it to the journal there 2494 2494 * is one core, guiding principle: the file's tree must always be consistent on 2495 2495 * disk. We must be able to restart the truncate after a crash. 2496 2496 *
+2 -2
fs/ext4/inode.c
··· 1881 1881 * a[0] = 'a'; 1882 1882 * truncate(f, 4096); 1883 1883 * we have in the page first buffer_head mapped via page_mkwrite call back 1884 - * but other bufer_heads would be unmapped but dirty(dirty done via the 1884 + * but other buffer_heads would be unmapped but dirty (dirty done via the 1885 1885 * do_wp_page). So writepage should write the first block. If we modify 1886 1886 * the mmap area beyond 1024 we will again get a page_fault and the 1887 1887 * page_mkwrite callback will do the block allocation and mark the ··· 3469 3469 * transaction, and VFS/VM ensures that ext4_truncate() cannot run 3470 3470 * simultaneously on behalf of the same inode. 3471 3471 * 3472 - * As we work through the truncate and commmit bits of it to the journal there 3472 + * As we work through the truncate and commit bits of it to the journal there 3473 3473 * is one core, guiding principle: the file's tree must always be consistent on 3474 3474 * disk. We must be able to restart the truncate after a crash. 3475 3475 *
+13 -13
fs/fat/inode.c
··· 897 897 Opt_charset, Opt_shortname_lower, Opt_shortname_win95, 898 898 Opt_shortname_winnt, Opt_shortname_mixed, Opt_utf8_no, Opt_utf8_yes, 899 899 Opt_uni_xl_no, Opt_uni_xl_yes, Opt_nonumtail_no, Opt_nonumtail_yes, 900 - Opt_obsolate, Opt_flush, Opt_tz_utc, Opt_rodir, Opt_err_cont, 900 + Opt_obsolete, Opt_flush, Opt_tz_utc, Opt_rodir, Opt_err_cont, 901 901 Opt_err_panic, Opt_err_ro, Opt_discard, Opt_err, 902 902 }; 903 903 ··· 927 927 {Opt_err_panic, "errors=panic"}, 928 928 {Opt_err_ro, "errors=remount-ro"}, 929 929 {Opt_discard, "discard"}, 930 - {Opt_obsolate, "conv=binary"}, 931 - {Opt_obsolate, "conv=text"}, 932 - {Opt_obsolate, "conv=auto"}, 933 - {Opt_obsolate, "conv=b"}, 934 - {Opt_obsolate, "conv=t"}, 935 - {Opt_obsolate, "conv=a"}, 936 - {Opt_obsolate, "fat=%u"}, 937 - {Opt_obsolate, "blocksize=%u"}, 938 - {Opt_obsolate, "cvf_format=%20s"}, 939 - {Opt_obsolate, "cvf_options=%100s"}, 940 - {Opt_obsolate, "posix"}, 930 + {Opt_obsolete, "conv=binary"}, 931 + {Opt_obsolete, "conv=text"}, 932 + {Opt_obsolete, "conv=auto"}, 933 + {Opt_obsolete, "conv=b"}, 934 + {Opt_obsolete, "conv=t"}, 935 + {Opt_obsolete, "conv=a"}, 936 + {Opt_obsolete, "fat=%u"}, 937 + {Opt_obsolete, "blocksize=%u"}, 938 + {Opt_obsolete, "cvf_format=%20s"}, 939 + {Opt_obsolete, "cvf_options=%100s"}, 940 + {Opt_obsolete, "posix"}, 941 941 {Opt_err, NULL}, 942 942 }; 943 943 static const match_table_t msdos_tokens = { ··· 1169 1169 break; 1170 1170 1171 1171 /* obsolete mount options */ 1172 - case Opt_obsolate: 1172 + case Opt_obsolete: 1173 1173 fat_msg(sb, KERN_INFO, "\"%s\" option is obsolete, " 1174 1174 "not supported now", p); 1175 1175 break;
+1 -1
fs/jbd/checkpoint.c
··· 537 537 * them. 538 538 * 539 539 * Called with j_list_lock held. 540 - * Returns number of bufers reaped (for debug) 540 + * Returns number of buffers reaped (for debug) 541 541 */ 542 542 543 543 static int journal_clean_one_cp_list(struct journal_head *jh, int *released)
+1 -1
fs/jbd2/checkpoint.c
··· 565 565 * 566 566 * Called with the journal locked. 567 567 * Called with j_list_lock held. 568 - * Returns number of bufers reaped (for debug) 568 + * Returns number of buffers reaped (for debug) 569 569 */ 570 570 571 571 static int journal_clean_one_cp_list(struct journal_head *jh, int *released)
-2
fs/namespace.c
··· 324 324 if (mnt_is_readonly(m)) { 325 325 mnt_dec_writers(mnt); 326 326 ret = -EROFS; 327 - goto out; 328 327 } 329 - out: 330 328 preempt_enable(); 331 329 return ret; 332 330 }
+1 -1
fs/nfsd/nfs4state.c
··· 658 658 /* 659 659 * XXX: If we run out of reserved DRC memory we could (up to a point) 660 660 * re-negotiate active sessions and reduce their slot usage to make 661 - * rooom for new connections. For now we just fail the create session. 661 + * room for new connections. For now we just fail the create session. 662 662 */ 663 663 static int nfsd4_get_drc_mem(int slotsize, u32 num) 664 664 {
+1 -1
fs/ocfs2/file.c
··· 2128 2128 * remove_suid() calls ->setattr without any hint that 2129 2129 * we may have already done our cluster locking. Since 2130 2130 * ocfs2_setattr() *must* take cluster locks to 2131 - * proceeed, this will lead us to recursively lock the 2131 + * proceed, this will lead us to recursively lock the 2132 2132 * inode. There's also the dinode i_size state which 2133 2133 * can be lost via setattr during extending writes (we 2134 2134 * set inode->i_size at the end of a write. */
+4 -3
fs/qnx4/inode.c
··· 199 199 if (!strcmp(rootdir->di_fname, 200 200 QNX4_BMNAME)) { 201 201 found = 1; 202 - qnx4_sb(sb)->BitMap = kmalloc( sizeof( struct qnx4_inode_entry ), GFP_KERNEL ); 202 + qnx4_sb(sb)->BitMap = kmemdup(rootdir, 203 + sizeof(struct qnx4_inode_entry), 204 + GFP_KERNEL); 203 205 if (!qnx4_sb(sb)->BitMap) { 204 206 brelse (bh); 205 207 return "not enough memory for bitmap inode"; 206 - } 207 - memcpy( qnx4_sb(sb)->BitMap, rootdir, sizeof( struct qnx4_inode_entry ) ); /* keep bitmap inode known */ 208 + }/* keep bitmap inode known */ 208 209 break; 209 210 } 210 211 }
+1 -1
fs/xfs/xfs_buf.c
··· 1370 1370 goto restart; 1371 1371 } 1372 1372 /* 1373 - * clear the LRU reference count so the bufer doesn't get 1373 + * clear the LRU reference count so the buffer doesn't get 1374 1374 * ignored in xfs_buf_rele(). 1375 1375 */ 1376 1376 atomic_set(&bp->b_lru_ref, 0);
+3 -3
fs/xfs/xfs_file.c
··· 209 209 210 210 /* 211 211 * First check if the VFS inode is marked dirty. All the dirtying 212 - * of non-transactional updates no goes through mark_inode_dirty*, 213 - * which allows us to distinguish beteeen pure timestamp updates 212 + * of non-transactional updates do not go through mark_inode_dirty*, 213 + * which allows us to distinguish between pure timestamp updates 214 214 * and i_size updates which need to be caught for fdatasync. 215 - * After that also theck for the dirty state in the XFS inode, which 215 + * After that also check for the dirty state in the XFS inode, which 216 216 * might gets cleared when the inode gets written out via the AIL 217 217 * or xfs_iflush_cluster. 218 218 */
+1 -1
fs/xfs/xfs_log_cil.c
··· 279 279 * Insert the log items into the CIL and calculate the difference in space 280 280 * consumed by the item. Add the space to the checkpoint ticket and calculate 281 281 * if the change requires additional log metadata. If it does, take that space 282 - * as well. Remove the amount of space we addded to the checkpoint ticket from 282 + * as well. Remove the amount of space we added to the checkpoint ticket from 283 283 * the current transaction ticket so that the accounting works out correctly. 284 284 */ 285 285 static void
+1 -1
include/drm/drmP.h
··· 820 820 * Specifically, the timestamp in @vblank_time should correspond as 821 821 * closely as possible to the time when the first video scanline of 822 822 * the video frame after the end of VBLANK will start scanning out, 823 - * the time immmediately after end of the VBLANK interval. If the 823 + * the time immediately after end of the VBLANK interval. If the 824 824 * @crtc is currently inside VBLANK, this will be a time in the future. 825 825 * If the @crtc is currently scanning out a frame, this will be the 826 826 * past start time of the current scanout. This is meant to adhere
+2 -2
include/linux/cordic.h
··· 35 35 * @theta: angle in degrees for which i/q coordinate is to be calculated. 36 36 * @coord: function output parameter holding the i/q coordinate. 37 37 * 38 - * The function calculates the i/q coordinate for a given angle using 39 - * cordic algorithm. The coordinate consists of a real (i) and an 38 + * The function calculates the i/q coordinate for a given angle using the 39 + * CORDIC algorithm. The coordinate consists of a real (i) and an 40 40 * imaginary (q) part. The real part is essentially the cosine of the 41 41 * angle and the imaginary part is the sine of the angle. The returned 42 42 * values are scaled by 2^16 for precision. The range for theta is
+13 -13
include/linux/security.h
··· 186 186 * Security module identifier. 187 187 * 188 188 * @name: 189 - * A string that acts as a unique identifeir for the LSM with max number 189 + * A string that acts as a unique identifier for the LSM with max number 190 190 * of characters = SECURITY_NAME_MAX. 191 191 * 192 192 * Security hooks for program execution operations. ··· 275 275 * @copy copied data which will be passed to the security module. 276 276 * Returns 0 if the copy was successful. 277 277 * @sb_remount: 278 - * Extracts security system specifc mount options and verifys no changes 278 + * Extracts security system specific mount options and verifies no changes 279 279 * are being made to those options. 280 280 * @sb superblock being remounted 281 281 * @data contains the filesystem-specific data. ··· 380 380 * Return 0 if permission is granted. 381 381 * @inode_mkdir: 382 382 * Check permissions to create a new directory in the existing directory 383 - * associated with inode strcture @dir. 384 - * @dir containst the inode structure of parent of the directory to be created. 383 + * associated with inode structure @dir. 384 + * @dir contains the inode structure of parent of the directory to be created. 385 385 * @dentry contains the dentry structure of new directory. 386 386 * @mode contains the mode of new directory. 387 387 * Return 0 if permission is granted. 388 388 * @path_mkdir: 389 389 * Check permissions to create a new directory in the existing directory 390 - * associated with path strcture @path. 391 - * @dir containst the path structure of parent of the directory 390 + * associated with path structure @path. 391 + * @dir contains the path structure of parent of the directory 392 392 * to be created. 393 393 * @dentry contains the dentry structure of new directory. 394 394 * @mode contains the mode of new directory. ··· 578 578 * @file contains the file structure. 579 579 * @cmd contains the operation to perform. 580 580 * @arg contains the operational arguments. 581 - * Check permission for an ioctl operation on @file. Note that @arg can 581 + * Check permission for an ioctl operation on @file. Note that @arg 582 582 * sometimes represents a user space pointer; in other cases, it may be a 583 583 * simple integer value. When @arg represents a user space pointer, it 584 584 * should never be used by the security module. ··· 606 606 * Return 0 if permission is granted. 607 607 * @file_fcntl: 608 608 * Check permission before allowing the file operation specified by @cmd 609 - * from being performed on the file @file. Note that @arg can sometimes 609 + * from being performed on the file @file. Note that @arg sometimes 610 610 * represents a user space pointer; in other cases, it may be a simple 611 611 * integer value. When @arg represents a user space pointer, it should 612 612 * never be used by the security module. ··· 793 793 * information can be saved using the eff_cap field of the 794 794 * netlink_skb_parms structure. Also may be used to provide fine 795 795 * grained control over message transmission. 796 - * @sk associated sock of task sending the message., 796 + * @sk associated sock of task sending the message. 797 797 * @skb contains the sk_buff structure for the netlink message. 798 798 * Return 0 if the information was successfully saved and message 799 799 * is allowed to be transmitted. ··· 1080 1080 * should free it. 1081 1081 * @key points to the key to be queried. 1082 1082 * @_buffer points to a pointer that should be set to point to the 1083 - * resulting string (if no label or an error occurs). 1083 + * resulting string (if no label or an error occurs). 1084 1084 * Return the length of the string (including terminating NUL) or -ve if 1085 - * an error. 1085 + * an error. 1086 1086 * May also return 0 (and a NULL buffer pointer) if there is no label. 1087 1087 * 1088 1088 * Security hooks affecting all System V IPC operations. ··· 1268 1268 * credentials. 1269 1269 * @tsk contains the task_struct for the process. 1270 1270 * @cred contains the credentials to use. 1271 - * @ns contains the user namespace we want the capability in 1271 + * @ns contains the user namespace we want the capability in 1272 1272 * @cap contains the capability <include/linux/capability.h>. 1273 1273 * @audit: Whether to write an audit message or not 1274 1274 * Return 0 if the capability is granted for @tsk. ··· 1370 1370 * @ctxlen contains the length of @ctx. 1371 1371 * 1372 1372 * @inode_getsecctx: 1373 - * Returns a string containing all relavent security context information 1373 + * Returns a string containing all relevant security context information 1374 1374 * 1375 1375 * @inode we wish to get the security context of. 1376 1376 * @ctx is a pointer in which to place the allocated security context.
+1 -1
include/linux/types.h
··· 189 189 * aligned_u64 should be used in defining kernel<->userspace ABIs to avoid 190 190 * common 32/64-bit compat problems. 191 191 * 64-bit values align to 4-byte boundaries on x86_32 (and possibly other 192 - * architectures) and to 8-byte boundaries on 64-bit architetures. The new 192 + * architectures) and to 8-byte boundaries on 64-bit architectures. The new 193 193 * aligned_64 type enforces 8-byte alignment so that structs containing 194 194 * aligned_64 values have the same alignment on 32-bit and 64-bit architectures. 195 195 * No conversions are necessary between 32-bit user-space and a 64-bit kernel.
+1 -1
include/linux/wanrouter.h
··· 309 309 #define WANOPT_EVEN 2 310 310 311 311 /* CHDLC Protocol Options */ 312 - /* DF Commmented out for now. 312 + /* DF Commented out for now. 313 313 314 314 #define WANOPT_CHDLC_NO_DCD IGNORE_DCD_FOR_LINK_STAT 315 315 #define WANOPT_CHDLC_NO_CTS IGNORE_CTS_FOR_LINK_STAT
+1 -1
include/net/mac80211.h
··· 1439 1439 * DOC: Beacon filter support 1440 1440 * 1441 1441 * Some hardware have beacon filter support to reduce host cpu wakeups 1442 - * which will reduce system power consumption. It usuallly works so that 1442 + * which will reduce system power consumption. It usually works so that 1443 1443 * the firmware creates a checksum of the beacon but omits all constantly 1444 1444 * changing elements (TSF, TIM etc). Whenever the checksum changes the 1445 1445 * beacon is forwarded to the host, otherwise it will be just dropped. That
+1 -1
kernel/events/core.c
··· 4 4 * Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de> 5 5 * Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar 6 6 * Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com> 7 - * Copyright � 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> 7 + * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> 8 8 * 9 9 * For licensing details see kernel-base/COPYING 10 10 */
+1 -1
kernel/events/ring_buffer.c
··· 4 4 * Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de> 5 5 * Copyright (C) 2008-2011 Red Hat, Inc., Ingo Molnar 6 6 * Copyright (C) 2008-2011 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com> 7 - * Copyright � 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> 7 + * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> 8 8 * 9 9 * For licensing details see kernel-base/COPYING 10 10 */
+1 -1
kernel/irq/manage.c
··· 1292 1292 * and to set up the interrupt handler in the right order. 1293 1293 * 1294 1294 * If you want to set up a threaded irq handler for your device 1295 - * then you need to supply @handler and @thread_fn. @handler ist 1295 + * then you need to supply @handler and @thread_fn. @handler is 1296 1296 * still called in hard interrupt context and has to check 1297 1297 * whether the interrupt originates from the device. If yes it 1298 1298 * needs to disable the interrupt on the device and return
+1 -1
kernel/time/Kconfig
··· 25 25 config GENERIC_CLOCKEVENTS_BUILD 26 26 bool 27 27 default y 28 - depends on GENERIC_CLOCKEVENTS || GENERIC_CLOCKEVENTS_MIGR 28 + depends on GENERIC_CLOCKEVENTS 29 29 30 30 config GENERIC_CLOCKEVENTS_MIN_ADJUST 31 31 bool
+3 -4
lib/Kconfig
··· 273 273 If unsure, say N. 274 274 275 275 config CORDIC 276 - tristate "Cordic function" 276 + tristate "CORDIC algorithm" 277 277 help 278 - The option provides arithmetic function using cordic algorithm 279 - so its calculations are in fixed point. Modules can select this 280 - when they require this function. Module will be called cordic. 278 + This option provides an implementation of the CORDIC algorithm; 279 + calculations are in fixed point. Module will be called cordic. 281 280 282 281 endmenu
+1 -1
lib/cordic.c
··· 96 96 } 97 97 EXPORT_SYMBOL(cordic_calc_iq); 98 98 99 - MODULE_DESCRIPTION("Cordic functions"); 99 + MODULE_DESCRIPTION("CORDIC algorithm"); 100 100 MODULE_AUTHOR("Broadcom Corporation"); 101 101 MODULE_LICENSE("Dual BSD/GPL");
+2 -3
lib/decompress_bunzip2.c
··· 1 - /* vi: set sw = 4 ts = 4: */ 2 1 /* Small bzip2 deflate implementation, by Rob Landley (rob@landley.net). 3 2 4 3 Based on bzip2 decompression code by Julian R Seward (jseward@acm.org), ··· 690 691 outbuf = malloc(BZIP2_IOBUF_SIZE); 691 692 692 693 if (!outbuf) { 693 - error("Could not allocate output bufer"); 694 + error("Could not allocate output buffer"); 694 695 return RETVAL_OUT_OF_MEMORY; 695 696 } 696 697 if (buf) ··· 698 699 else 699 700 inbuf = malloc(BZIP2_IOBUF_SIZE); 700 701 if (!inbuf) { 701 - error("Could not allocate input bufer"); 702 + error("Could not allocate input buffer"); 702 703 i = RETVAL_OUT_OF_MEMORY; 703 704 goto exit_0; 704 705 }
+1 -1
lib/decompress_unlzma.c
··· 562 562 else 563 563 inbuf = malloc(LZMA_IOBUF_SIZE); 564 564 if (!inbuf) { 565 - error("Could not allocate input bufer"); 565 + error("Could not allocate input buffer"); 566 566 goto exit_0; 567 567 } 568 568
+2 -2
mm/page_alloc.c
··· 311 311 * 312 312 * The remaining PAGE_SIZE pages are called "tail pages". 313 313 * 314 - * All pages have PG_compound set. All pages have their ->private pointing at 315 - * the head page (even the head page has this). 314 + * All pages have PG_compound set. All tail pages have their ->first_page 315 + * pointing at the head page. 316 316 * 317 317 * The first tail page's ->lru.next holds the address of the compound page's 318 318 * put_page() function. Its ->lru.prev holds the order of allocation.
-2
net/ipv4/Kconfig
··· 163 163 operating on your network. Read 164 164 <file:Documentation/filesystems/nfs/nfsroot.txt> for details. 165 165 166 - # not yet ready.. 167 - # bool ' IP: ARP support' CONFIG_IP_PNP_ARP 168 166 config NET_IPIP 169 167 tristate "IP: tunneling" 170 168 select INET_TUNNEL
+1 -1
net/ipv4/ip_fragment.c
··· 392 392 /* Is this the final fragment? */ 393 393 if ((flags & IP_MF) == 0) { 394 394 /* If we already have some bits beyond end 395 - * or have different end, the segment is corrrupted. 395 + * or have different end, the segment is corrupted. 396 396 */ 397 397 if (end < qp->q.len || 398 398 ((qp->q.last_in & INET_FRAG_LAST_IN) && end != qp->q.len))
+1 -1
net/ipv4/netfilter/nf_nat_core.c
··· 317 317 srchash = hash_by_src(net, nf_ct_zone(ct), 318 318 &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple); 319 319 spin_lock_bh(&nf_nat_lock); 320 - /* nf_conntrack_alter_reply might re-allocate exntension aera */ 320 + /* nf_conntrack_alter_reply might re-allocate extension area */ 321 321 nat = nfct_nat(ct); 322 322 nat->ct = ct; 323 323 hlist_add_head_rcu(&nat->bysource,
-1
net/netfilter/ipvs/Kconfig
··· 122 122 123 123 config IP_VS_WRR 124 124 tristate "weighted round-robin scheduling" 125 - select GCD 126 125 ---help--- 127 126 The weighted robin-robin scheduling algorithm directs network 128 127 connections to different real servers based on server weights
+1 -1
net/sctp/endpointola.c
··· 415 415 sctp_subtype_t subtype; 416 416 sctp_state_t state; 417 417 int error = 0; 418 - int first_time = 1; /* is this the first time through the looop */ 418 + int first_time = 1; /* is this the first time through the loop */ 419 419 420 420 if (ep->base.dead) 421 421 return;
+1 -1
scripts/package/Makefile
··· 141 141 help: FORCE 142 142 @echo ' rpm-pkg - Build both source and binary RPM kernel packages' 143 143 @echo ' binrpm-pkg - Build only the binary kernel package' 144 - @echo ' deb-pkg - Build the kernel as an deb package' 144 + @echo ' deb-pkg - Build the kernel as a deb package' 145 145 @echo ' tar-pkg - Build the kernel as an uncompressed tarball' 146 146 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' 147 147 @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball'
-8
sound/aoa/codecs/Kconfig
··· 7 7 codec chip found in the latest Apple machines 8 8 (most of those with digital audio output). 9 9 10 - #config SND_AOA_TOPAZ 11 - # tristate "support Topaz chips" 12 - # ---help--- 13 - # This option enables support for the Topaz (CS84xx) 14 - # codec chips found in the latest Apple machines, 15 - # these chips do the digital input and output on 16 - # some PowerMacs. 17 - 18 10 config SND_AOA_TAS 19 11 tristate "support TAS chips" 20 12 select I2C
-1
sound/core/Kconfig
··· 5 5 config SND_PCM 6 6 tristate 7 7 select SND_TIMER 8 - select GCD 9 8 10 9 config SND_HWDEP 11 10 tristate
+1 -1
sound/oss/Kconfig
··· 521 521 522 522 config SOUND_VIDC 523 523 tristate "VIDC 16-bit sound" 524 - depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) 524 + depends on ARM && ARCH_ACORN 525 525 help 526 526 16-bit support for the VIDC onboard sound hardware found on Acorn 527 527 machines.
+4 -4
tools/power/x86/turbostat/turbostat.8
··· 38 38 .PP 39 39 .SH FIELD DESCRIPTIONS 40 40 .nf 41 - \fBpkg\fP processor package number. 42 - \fBcore\fP processor core number. 41 + \fBpk\fP processor package number. 42 + \fBcr\fP processor core number. 43 43 \fBCPU\fP Linux CPU (logical processor) number. 44 44 \fB%c0\fP percent of the interval that the CPU retired instructions. 45 45 \fBGHz\fP average clock rate while the CPU was in c0 state. ··· 58 58 59 59 .nf 60 60 [root@x980]# ./turbostat 61 - core CPU %c0 GHz TSC %c1 %c3 %c6 %pc3 %pc6 61 + cr CPU %c0 GHz TSC %c1 %c3 %c6 %pc3 %pc6 62 62 0.04 1.62 3.38 0.11 0.00 99.85 0.00 95.07 63 63 0 0 0.04 1.62 3.38 0.06 0.00 99.90 0.00 95.07 64 64 0 6 0.02 1.62 3.38 0.08 0.00 99.90 0.00 95.07 ··· 102 102 .nf 103 103 [root@x980 lenb]# ./turbostat cat /dev/zero > /dev/null 104 104 105 - ^Ccore CPU %c0 GHz TSC %c1 %c3 %c6 %pc3 %pc6 105 + ^Ccr CPU %c0 GHz TSC %c1 %c3 %c6 %pc3 %pc6 106 106 8.49 3.63 3.38 16.23 0.66 74.63 0.00 0.00 107 107 0 0 1.22 3.62 3.38 32.18 0.00 66.60 0.00 0.00 108 108 0 6 0.40 3.61 3.38 33.00 0.00 66.60 0.00 0.00
+1 -1
tools/testing/ktest/sample.conf
··· 950 950 # TEST_START 951 951 # TEST_TYPE = config_bisect 952 952 # CONFIG_BISECT_TYPE = build 953 - # CONFIG_BISECT = /home/test/�onfig-bad 953 + # CONFIG_BISECT = /home/test/config-bad 954 954 # MIN_CONFIG = /home/test/config-min 955 955 # BISECT_MANUAL = 1 956 956 #