summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: improve line wrappingJesper Juhl2012-04-061-5/+7
| | | | | | | | Break a few lines that go way over the usual 80 column limit that we prefer. Also adjust the placement of a few line continuations. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* w1: fix slave driver registration error messageDmitry Artamonow2012-04-031-1/+1
| | | | | | | | | W1 core prints "Failed to register master driver" if error happens on registering SLAVE driver. Fix it. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Email/web address changeJonathan Woithe2012-03-287-9/+9
| | | | | | | This patch updates Jonathan Woithe's contact details across the kernel tree. Signed-off-by: Jonathan Woithe <jwoithe@just42.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* r8169.c: fix comment typoJustin P. Mattock2012-03-281-1/+1
| | | | | | | The below patch fixes a typo that I found while reading the code. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* kcore: fix spelling in read_kcore() commentLaura Vasilescu2012-03-201-1/+1
| | | | | Signed-off-by: Laura Vasilescu <laura@rosedu.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* constify struct pci_dev * in obvious casesAl Viro2012-03-203-8/+8
| | | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Revert "char: Fix typo in viotape.c"Jiri Kosina2012-03-161-1/+1
| | | | | | | | | This reverts commit a7ccf3775219bfcb2e0df73619abbe13abc6408f. It changes deprecated code that is being removed in powerpc tree. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* init: fix wording error in mm_init commentJim Cromie2012-03-151-2/+2
| | | | | | | | s/countinuous/contiguous/, reword sentence. Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* usb: gadget: Kconfig: fix typo for 'different'Fabio Baltieri2012-03-121-1/+1
| | | | | | Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com> Reviewed-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Revert "power, max8998: Include linux/module.h just once in ↵Jiri Kosina2012-03-071-0/+1
| | | | | | | | | drivers/power/max8998_charger.c" This reverts commit ce64b8d85de96a1a9538f6dbc960ef592ca05fe8. It is done via moduleh tree as part of a larger cleanup. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
* writeback: fix fn name in writeback_inodes_sb_nr_if_idle() comment headerFengguang Wu2012-03-071-1/+1
| | | | | Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* writeback: fix typo in the writeback_control commentAndrew Morton2012-03-071-1/+1
| | | | | | Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: Fix multiple typo in DocumentationMasanari Iida2012-03-0742-77/+77
| | | | | | Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* tpm_tis: fix tis_lock with respect to RCUJiri Kosina2012-03-051-5/+5
| | | | | | | | | | cleanup_tis() -> tpm_remove_hardware() -> syncrhonize_rcu() is being called in an atomic context (tis_lock spinlock held), which is not allowed. Convert tis_lock to mutex. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Tested-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Acked-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
* Revert "media: Fix typo in mixer_drv.c and hdmi_drv.c"Jiri Kosina2012-03-012-3/+3
| | | | | | | | This reverts commit 382d19f197f9870522a23d726ce857cd7bc572fe, as the changes in question are done in v4l tree differently. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Doc: Update numastat.txtGeunsik Lim2012-02-281-11/+16
| | | | | | | | The existing numactl website is no longer working. Change website information of numactl/libnuma utility. And, Rearrange tab space for readability. Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* qla4xxx: Add missing spaces to error messagesPetr Uzel2012-02-281-2/+2
| | | | | | Signed-off-by: Petr Uzel <petr.uzel@suse.cz> Acked-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* compiler.h: Fix typoAlexander Stein2012-02-281-1/+1
| | | | | Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* security: struct security_operations kerneldoc fixJavier Martinez Canillas2012-02-281-1/+1
| | | | | | | | | | | unix_may_send hook has the prototype: int (*unix_may_send) (struct socket *sock, struct socket *other) so the documentation is wrongly referring to the second argument as @sock. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: broken URL in libata.tmplMichael Opdenacker2012-02-281-2/+2
| | | | | | | | | | | | The text for version 1.1 of the Open Sofware license doesn't seem to be available anywhere on http://www.opensource.org/ any more. Replace it with an URL on fedora.org. Thanks to Randy Dunlap for his advise choosing the most appropriate replacement URL. Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: broken URL in filesystems.tmplMichael Opdenacker2012-02-281-1/+1
| | | | | | | | | | | | Fix broken link in Documentation/filesystem, replacing ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz by a URL on http://kernel.org Thanks to Randy Dunlap for his advise on the best replacement URL to use. Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* mtd: simplify return logic in do_map_probe()Uwe Kleine-König2012-02-281-4/+1Star
| | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* mm: fix comment typo of truncate_inode_pages_rangeLiu Bo2012-02-231-1/+1
| | | | | | | The typo of API truncate_inode_pages_range is not updated. Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* power: bq27x00: Fix typos in commentThomas Weber2012-02-211-2/+2
| | | | | | | Fix two typos in comments. Signed-off-by: Thomas Weber <weber@corscience.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* NVM Express: Remove unneeded include of linux/version.h from nvme.cJesper Juhl2012-02-211-1/+0Star
| | | | | | | | There's no need for drivers/block/nvme.c to include linux/version.h, so remove the include. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: Fix typo in kernel-parameters.txtMasanari Iida2012-02-211-3/+3
| | | | | | | | | | Correct spelling "mininum" to "minimum", "conroller" to "controller" and "explicitely" to "explicitly" in Documentation/kernel-parameters.txt Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* arm: Fix typo in spear3[012]0.cMasanari Iida2012-02-213-3/+3
| | | | | | | | | Correct spelling "registeration" to "registration" in arch/arm/mach-spear3xx/spear300.c, spear310.c and spear320.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: Fix broken URL "JF"Masanari Iida2012-02-211-2/+2
| | | | | | | | Fix broken URL for JF (Japanese FAQ) and its e-mail address. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: Fix Broken URL "freshmeat"Masanari Iida2012-02-213-3/+3
| | | | | | | | | | | Fix broken URL in documents "freshmeat" to "freecode" in Documentation/filesystems/ramfs-rootfs-initramfs.txt, Documentation/scsi/scsi-generic.txt Documentation/usb/mtouchusb.txt Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* davinci: Fix typo in dm355_ccdvc.cMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "thresold" to "threshold" in drivers/media/video/davinci/dm355_ccdc.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* serial: Fix typo in sn_console.cMasanari Iida2012-02-211-2/+2
| | | | | | | | Correct spelling "receieve" to "receive" in drivers/tty/serial/sn_console.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: Fix typo in proc_usb_info.txtMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct typo "filsystem" to "filesystem" in Documentation/usb/proc_usb_info.txt Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* usb: Fix typo in ehci-dbg.cMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "peridic" to "periodic" in drivers/usb/host/ehci-dbg.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* wireless: Fix typo in mac80211_hwsim.cMasanari Iida2012-02-211-4/+4
| | | | | | | | Correct spelling "occured" to "occurred" in drivers/net/wireless/mac80211_hwsim.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: Fix typo in events-power.txtMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "Fequency" to "Frequency" in Documentation/trace/events-power.txt Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* ia64: Fix typo in irq_xen.cMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "vecotr" to "vector" in arch/ia64/xen/irq_xen.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: Fix typo in thin-provisioning.txtMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "descibes" to "describes" in Documentation/device-mapper/thin-provisioning.txt Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* scsi: Fix typo in pmcraid.hMasanari Iida2012-02-211-3/+3
| | | | | | | | Correct spelling "thresold" to "threshold" in drivers/scsi/pmraid.h Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: Fix typo in power-management.txtMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "diconnect()" to "disconnect()" in Documentation/usb/power-management.txt Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* media: Fix typo in radio-sf16fmr2.cMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "contrls" to "controls" in drivers/media/radio/radio-sf16fmr2.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* mach-orion5x: Fix typo in db88f5281-setup.c and rd88f5182-setup.cMasanari Iida2012-02-212-4/+4
| | | | | | | | | Correct spelling "faield" to "failed" in arch/arm/mach-orion5x/db88f5281-setup.c and arch/arm/mach-orion5x/rd88f5182-setup.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* simtec: Fix typo in pm-simtec.cMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "Manangement" to "Management" in arch/arm/plat-s3c24xx/pm-simtec.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Typos: change aditional to additional.Justin P. Mattock2012-02-214-5/+5
| | | | | | | | The below patch fixes some typos "aditional" to "additional", and also fixes a comment with another word mispelled. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* tools: Fix typo in ktest.plMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "faied" to "failed" in tools/testing/ktest/ktest.pl Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* cramfs: Fix typo in inode.cMasanari Iida2012-02-211-3/+3
| | | | | | | | Correct spelling "endianess" to "endianness" in fs/cramfs/inode.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* hostap: Fix typo in hostap_hw.cMasanari Iida2012-02-211-2/+2
| | | | | | | | Correct spelling "reseting" to "resetting" in drivers/net/wireless/hostap/hostap_hw.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* watchdog: Fix typo in pnx4008_wdt.cMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "resouce" to "resource" in drivers/watchdog/pnx4008_wdt.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* watchdog: Fix typo in KconfigMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "overidden" to "overridden" in drivers/watchdog/Kconfig Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: Fix typo in watchdog-kernel-api.txtMasanari Iida2012-02-211-1/+1
| | | | | | | | Correct spelling "retruns" to "returns" in Documentations/watchdog/watchdog-kernel-api.txt Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Only include linux/sched.h once in arch/arm/mach-bcmring/dma.cJesper Juhl2012-02-101-1/+0Star
| | | | | | | There's no need to include the header twice. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>