- 29 9月, 2015 10 次提交
-
-
由 Rolf Eike Beer 提交于
This module has been removed in commit 6072609d ([SCSI] Remove scsi_wait_scan module), so this module is gone since 3.6. Signed-off-by: NRolf Eike Beer <eike-kernel@sf-tec.de> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
-
由 Rolf Eike Beer 提交于
There is no argument "fn". Signed-off-by: NRolf Eike Beer <eike-kernel@sf-tec.de> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
-
由 Ulf Magnusson 提交于
According to commit a59d6293 ("debugfs: change parameter check in debugfs_remove() functions"), this is meant to make cleanup easier for callers. In that case it ought to be documented. Signed-off-by: NUlf Magnusson <ulfalizer@gmail.com> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
-
由 Viresh Kumar 提交于
IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there is no need to do that again from its callers. Drop it. Acked-by: NNeil Horman <nhorman@tuxdriver.com> Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
-
由 Viresh Kumar 提交于
IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there is no need to do that again from its callers. Drop it. Acked-by: NKirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
-
由 Viresh Kumar 提交于
IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there is no need to do that again from its callers. Drop it. Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org> Reviewed-by: NJeff Layton <jlayton@poochiereds.net> Reviewed-by: NDavid Howells <dhowells@redhat.com> Reviewed-by: NSteve French <smfrench@gmail.com> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
-
由 Viresh Kumar 提交于
IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there is no need to do that again from its callers. Drop it. Acked-by: NMurali Karicheri <m-karicheri2@ti.com> Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
-
由 Viresh Kumar 提交于
IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there is no need to do that again from its callers. Drop it. Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
-
由 Andrew Murray 提交于
This patch trivially updates code comments to reflect the addition of the UBI_METAONLY flag - as discussed https://lkml.org/lkml/2014/10/29/764 Cc: Richard Weinberger <richard@nod.at> Cc: trivial@kernel.org Signed-off-by: NAndrew Murray <amurray@embedded-bits.co.uk> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
-
由 Julia Lawall 提交于
Remove unneeded NULL test. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression x; @@ -if (x != NULL) \(kmem_cache_destroy\|mempool_destroy\|dma_pool_destroy\)(x); // </smpl> Signed-off-by: NJulia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
-
- 11 8月, 2015 1 次提交
-
-
由 Jiri Kosina 提交于
Update my e-mail address to the generic kernel.org one. Signed-off-by: NJiri Kosina <jkosina@suse.com> Signed-off-by: NJiri Kosina <jikos@kernel.org>
-
- 07 8月, 2015 27 次提交
-
-
由 Frans Klaver 提交于
Match the style of the other one-line comments. Signed-off-by: NFrans Klaver <fransklaver@gmail.com> Reviewed-by: NHannes Reinecke <hare@suse.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Colin Ian King 提交于
Trivial typo fix, \b should be \n Signed-off-by: NColin Ian King <colin.king@canonical.com> Reviewed-by: NHannes Reinecke <hare@suse.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Masanari Iida 提交于
This patch fix some typos found in a printk message and MODULE_DESCRIPTION. Signed-off-by: NMasanari Iida <standby24x7@gmail.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Masahiro Yamada 提交于
Looks like the word "contiguous" is often mistyped. Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Benjamin Herr 提交于
This patch changes the tense of a verb in SubmittingPatches to ensure grammatical validity of the containing sentence. Signed-off-by: NBenjamin Herr <ben@0x539.de> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Geert Uytterhoeven 提交于
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Geert Uytterhoeven 提交于
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Nik Nyby 提交于
This fixes "referenced" where it is spelled "referrenced". Signed-off-by: NNik Nyby <nikolas@gnu.org> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Nik Nyby 提交于
This fixes a typo in the docs: "devie" -> "device". Signed-off-by: NNik Nyby <nikolas@gnu.org> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Nik Nyby 提交于
This fixes some typos in one of the error logs. Signed-off-by: NNik Nyby <nikolas@gnu.org> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Masanari Iida 提交于
This patch fix spelling typo in printk within nv10.c Signed-off-by: NMasanari Iida <standby24x7@gmail.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Masanari Iida 提交于
This patch fix spme spelling typos in printk within drivers/scsi. Signed-off-by: NMasanari Iida <standby24x7@gmail.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Geert Uytterhoeven 提交于
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: NIan Abbott <abbotti@mev.co.uk> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Geert Uytterhoeven 提交于
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org> Acked-by: NDavid Sterba <dsterba@suse.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Diego Viola 提交于
Signed-off-by: NDiego Viola <diego.viola@gmail.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Nik Nyby 提交于
This fixes a typo in the description for SND_OMAP_SOC_HDMI_AUDIO. Signed-off-by: NNik Nyby <nikolas@gnu.org> Acked-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Nik Nyby 提交于
This fixes a typo in two error messages, from "Reigster" to "Register". Signed-off-by: NNik Nyby <nikolas@gnu.org> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Nik Nyby 提交于
"transation" should be "transaction" Signed-off-by: NNik Nyby <nikolas@gnu.org> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Nik Nyby 提交于
This adds a missing letter in Documentation/SubmittingPatches. Signed-off-by: NNik Nyby <nikolas@gnu.org> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Masanari Iida 提交于
This patch fix some "a ethernet" in MODULE_DESCRIPTIONS in fcoe_transport.c Signed-off-by: NMasanari Iida <standby24x7@gmail.com> Acked-by: NVasu Dev <vasu.dev@intel.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Diego Viola 提交于
Signed-off-by: NDiego Viola <diego.viola@gmail.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Laurent Pinchart 提交于
Even though 'compatability' has a dedicated entry in the Wiktionary, it's listed as 'Mispelling of compatibility'. Fix it. Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: NDavid S. Miller <davem@davemloft.net> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> for the atomic_helper.c Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Masanari Iida 提交于
This patch fix spelling typo in matrox_w1.c Signed-off-by: NMasanari Iida <standby24x7@gmail.com> Acked-by: NEvgeniy Polyakov <zbr@ioremap.net> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Frans Klaver 提交于
s,critiera,criteria, While at it, add a comma, because it makes sense grammatically. Signed-off-by: NFrans Klaver <fransklaver@gmail.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Geert Uytterhoeven 提交于
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Geert Uytterhoeven 提交于
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Acked-by: NNicolin Chen <nicoleotsuka@gmail.com> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
由 Masanari Iida 提交于
This patch fix spelling typo inv various part of sources. Signed-off-by: NMasanari Iida <standby24x7@gmail.com> Acked-by: NRandy Dunlap <rdunlap@infradead.org> Signed-off-by: NJiri Kosina <jkosina@suse.com>
-
- 03 8月, 2015 2 次提交
-
-
由 Linus Torvalds 提交于
-
git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux由 Linus Torvalds 提交于
Pull powerpc fixes from Michael Ellerman: - TCE table memory calculation fix from Alexey - Build fix for ans-lcd from Luis - Unbalanced IRQ warning fix from Alistair * tag 'powerpc-4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/eeh-powernv: Fix unbalanced IRQ warning macintosh/ans-lcd: fix build failure after module_init/exit relocation powerpc/powernv/ioda2: Fix calculation for memory allocated for TCE table
-