aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-08-04hostap:hostap_hw.c Fix typo in commentJustin P. Mattock1-1/+1
The patch below fixes a typo in a comment. Signed-off-by: Justin P. Mattock <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-08-04Fix spelling contorller -> controller in commentsStefan Weil2-2/+2
Cc: Jiri Kosina <[email protected]> Cc: [email protected] Signed-off-by: Stefan Weil <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-21Kconfig.debug: FAIL_IO_TIMEOUT: typo Faul -> FaultTakuya Yoshikawa1-1/+1
The last 't' of 'fault' is missing in the description of FAIL_IO_TIMEOUT. Signed-off-by: Takuya Yoshikawa <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-20fs/Kconfig: Fix typo Userpace -> UserspaceStephen Boyd1-1/+1
Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-20Removing dead MACH_U300_BS26Christoph Egger1-7/+0
MACH_U300_BS26 doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <[email protected]> Acked-by: Linus Walleij <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-20drivers/infiniband: Remove unnecessary casts of private_dataJoe Perches1-1/+1
Signed-off-by: Joe Perches <[email protected]> Acked-by: Ralph Campbell <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-20fs/ocfs2: Remove unnecessary casts of private_dataJoe Perches3-7/+6
Signed-off-by: Joe Perches <[email protected]> Acked-by: Joel Becker <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-20libfc: use ARRAY_SIZEKulikov Vasiliy1-3/+1
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-20scsi: bfa: use ARRAY_SIZEKulikov Vasiliy2-7/+5
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-20drm: i915: use ARRAY_SIZEKulikov Vasiliy2-3/+3
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-20drm: drm_edid: use ARRAY_SIZEKulikov Vasiliy1-5/+2
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-20synclink: use ARRAY_SIZEKulikov Vasiliy1-1/+1
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <[email protected]> Acked-by: Paul Fulghum <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-20block: cciss: use ARRAY_SIZEKulikov Vasiliy1-1/+1
Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <[email protected]> Acked-by: Mike Miller <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-19comment typo fixes: charater => characterThomas Weber3-5/+5
Fix typo in comments. Replace charater with character. Characteristics too. Signed-off-by: Thomas Weber <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-19fix comment typos concerning "challenge"Uwe Kleine-König2-2/+2
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-19arm: plat-spear: fix typo in kerneldocDavidlohr Bueso1-1/+1
Trivial fix in a typo (enalbed for enabled). Signed-off-by: Davidlohr Bueso <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-19reiserfs: typo comment fixDavidlohr Bueso1-1/+1
Fix trivial typo in code comment (change adn for and), also change comment style for proper coding style. Signed-off-by: Davidlohr Bueso <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-19update email addressPavel Machek27-28/+28
[email protected] no longer works, replace it with working address. Signed-off-by: Pavel Machek <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-15Kconfig: fixo typo in "Xilinx'"Michael Witten1-1/+1
Signed-off-by: Michael Witten <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-12fix comnment/printk typos concerning "empty"Uwe Kleine-König5-5/+5
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-11trivial: no changes to ov511 driverJiri Kosina1-1/+1
This is a partial revert of 421f91d21ad6f799dc7b489bb33cc560ccc56f98 ("fix typos concerning "initiali[zs]e"") for ov511 driver, as it is going to be completely removed in the next release anyway. Fixes conflict in linux-next. Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-11remove a duplicated comment lineUwe Kleine-König1-1/+0
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-11fscache: fix missing kerneldoc annotationSuresh Jayaraman1-0/+1
.. and make kerneldoc scripts happy. Signed-off-by: Suresh Jayaraman <[email protected]> Acked-by: David Howells <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-11fscache: fix a trivial typo in the commentSuresh Jayaraman1-1/+1
Signed-off-by: Suresh Jayaraman <[email protected]> Acked-by: David Howells <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-11Documentation: pci.txt: fix typoKulikov Vasiliy1-1/+1
Doubled 'not'. Signed-off-by: Kulikov Vasiliy <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-11lib/devres.c: fix comment typoKulikov Vasiliy1-1/+1
'Unamp' should be 'Unmap'. Signed-off-by: Kulikov Vasiliy <[email protected]> Acked-by: Tejun Heo <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-11Documentation update broken web addressesJustin P. Mattock1-6/+6
I've found some web addresses not responding, giving the cannot connect error when trying to load them. The below patch updates the addresses that are not connecting with the best that I can find, and also fixes a couple of addresses, so people can either choose an older version of the package and/or a newer version(i.e. ppp). Signed-off-by: Justin P. Mattock <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König15-16/+16
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-11fix comment typos concerning "sequential"Uwe Kleine-König2-3/+3
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-07-11fix #warning about using kernel headers in userpsaceJustin P. Mattock2-7/+4
Move the preprocessor #warning message: warning: #warning Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders from kernel.h to types.h. And also fixe the #warning message due to the preprocessor not being able to read the web address due to it thinking it was the start of a comment. also remove the extra #ifndef _KERNEL_ since it's already there. Signed-off-by: Justin P. Mattock <[email protected]> Cc: Arnd Bergmann <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-30Revert "Remove dead CONFIG_SIBYTE_BCM1480_PROF"Jiri Kosina1-0/+11
This reverts commit 22c1d8b4f8f04882046ebe592f9a9eaea443cb45. It has been nacked by MIPS maintainer Ralf Baechle.
2010-06-28Documentation/sysctl/vm.txt typoKulikov Vasiliy1-1/+1
Fix trivial typo: duplicated word. Signed-off-by: Kulikov Vasiliy <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-28Fix comment spelling errors in ncpfs/inode.cMatthew Whitworth1-2/+2
Signed-off-by: Jiri Kosina <[email protected]>
2010-06-17fix typos concerning "precedence"Uwe Kleine-König1-1/+1
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-17trivial: don't touch drivers/stagingJiri Kosina5-10/+10
This is a partial revert of 421f91d21ad6f ("fix typos concerning "initiali[zs]e"), as we don't want to touch staging drivers from other trees than staging itself. Signed-off-by: Jiri Kosina <[email protected]>
2010-06-16fix typos concerning "associate"Uwe Kleine-König1-1/+1
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-16Merge branch 'master' into for-nextJiri Kosina3859-105445/+292997
2010-06-16fix typos concerning "instead"Uwe Kleine-König2-2/+2
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König66-90/+90
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-16fix typos concerning "management"Uwe Kleine-König11-13/+13
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-16fix typos concerning "first"Uwe Kleine-König1-1/+1
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-16fix typos concerning "acquire"Uwe Kleine-König2-2/+2
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-16fix typos concerning "hierarchy"Uwe Kleine-König8-12/+12
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-16Remove dead CONFIG_SIBYTE_BCM1480_PROFChristoph Egger1-11/+0
CONFIG_SIBYTE_BCM1480_PROF doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-16arch/cris: Remove unnecessary kmalloc castsJoe Perches1-8/+5
And separate declaration from allocation Still no error checking on failure, but it probably doesn't matter. Signed-off-by: Joe Perches <[email protected]> Acked-by: Jesper Nilsson <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2010-06-11Linux 2.6.35-rc3Linus Torvalds1-1/+1
2010-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-28/+103
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: wimax/i2400m: fix missing endian correction read in fw loader net8139: fix a race at the end of NAPI pktgen: Fix accuracy of inter-packet delay. pkt_sched: gen_estimator: add a new lock net: deliver skbs on inactive slaves to exact matches ipv6: fix ICMP6_MIB_OUTERRORS r8169: fix mdio_read and update mdio_write according to hw specs gianfar: Revive the driver for eTSEC devices (disable timestamping) caif: fix a couple range checks phylib: Add support for the LXT973 phy. net: Print num_rx_queues imbalance warning only when there are allocated queues
2010-06-11Merge branch 'pm-fixes' of ↵Linus Torvalds3-0/+8
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 * 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6: PM / x86: Save/restore MISC_ENABLE register
2010-06-11Merge branch 'for-linus' of ↵Linus Torvalds9-17/+41
git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable: Btrfs: The file argument for fsync() is never null Btrfs: handle ERR_PTR from posix_acl_from_xattr() Btrfs: avoid BUG when dropping root and reference in same transaction Btrfs: prohibit a operation of changing acl's mask when noacl mount option used Btrfs: should add a permission check for setfacl Btrfs: btrfs_lookup_dir_item() can return ERR_PTR Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRs Btrfs: unwind after btrfs_start_transaction() errors Btrfs: btrfs_iget() returns ERR_PTR Btrfs: handle kzalloc() failure in open_ctree() Btrfs: handle error returns from btrfs_lookup_dir_item() Btrfs: Fix BUG_ON for fs converted from extN Btrfs: Fix null dereference in relocation.c Btrfs: fix remap_file_pages error Btrfs: uninitialized data is check_path_shared() Btrfs: fix fallocate regression Btrfs: fix loop device on top of btrfs
2010-06-11Merge branch 'for-linus' of ↵Linus Torvalds9-130/+17
git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6: PCI: clear bridge resource range if BIOS assigned bad one PCI: hotplug/cpqphp, fix NULL dereference Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/" PCI: change resource collision messages from KERN_ERR to KERN_INFO