- 09 Jan, 2013 6 commits
-
-
Masanari Iida authored
Correct spelling typo in sound/soc/codecs Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Correct spelling typo in printk within various drivers. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Liu Bo authored
Convert 'hepler' to 'helper'. Signed-off-by:
Liu Bo <bo.li.liu@oracle.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Wade Cline authored
The 'ibmvscsic' module is now simply 'ibmvscsi'; fix the Kconfig description. Signed-off-by:
Wade Cline <clinew@linux.vnet.ibm.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Tim Blechmann authored
Signed-off-by:
Tim Blechmann <tim@klingt.org> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Andrew Murray authored
Signed-off-by:
Andrew Murray <Andrew.Murray@arm.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 04 Jan, 2013 2 commits
-
-
Masanari Iida authored
Correct home page URL in h8300/README. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
This home page address has moved to new one. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 03 Jan, 2013 2 commits
-
-
Jorrit Schippers authored
Signed-off-by:
Jorrit Schippers <jorrit@ncode.nl> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Kusanagi Kouichi authored
This reverts commit cba5dd7f. Commit cba5dd7f duplicates /sys/devices/system/cpu/cpu#/node entry. Commit 657348a0 has already added it. Signed-off-by:
Kusanagi Kouichi <slash@ac.auone-net.jp> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 10 Dec, 2012 1 commit
-
-
Cristian Stoica authored
Signed-off-by:
Cristian Stoica <cristian.stoica@freescale.com> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 07 Dec, 2012 1 commit
-
-
Olaf Hering authored
Signed-off-by:
Olaf Hering <olaf@aepfle.de> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 06 Dec, 2012 1 commit
-
-
Nadia Yvette Chambers authored
I've legally changed my name with New York State, the US Social Security Administration, et al. This patch propagates the name change and change in initials and login to comments in the kernel source as well. Signed-off-by:
Nadia Yvette Chambers <nyc@holomorphy.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 03 Dec, 2012 4 commits
-
-
Hyeonjun Lim authored
The ./kernel/ksysfs.c defines 'profiling' w/o 'profile' like "KERNEL_ATTR_RW(profiling)". We need to synchronize the content between ksys.c source and kernel doc. Signed-off-by:
Hyeonjun Lim <hjoon0510@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Fix typos in printk within various drivers. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Correct spelling typo within various Kconfig. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Correct spelling typo in wireless/mwifiex driver. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Acked-by:
Bing Zhao <bzhao@marvell.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 28 Nov, 2012 1 commit
-
-
Masanari Iida authored
Correct spelling typo in messages/i2o. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 27 Nov, 2012 2 commits
-
-
Yacine Belkadi authored
If a function has a return value, but its kernel-doc comment doesn't contain a "Return" section, then emit the following warning: Warning(file.h:129): No description found for return value of 'fct' Note: This check emits a lot of warnings at the moment, because many functions don't have a 'Return' doc section. So until the number of warnings goes sufficiently down, the check is only performed in verbose mode. Signed-off-by:
Yacine Belkadi <yacine.belkadi.1@gmail.com> Signed-off-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Yacine Belkadi authored
Non-void functions should describe their return values in their kernel-doc comments. Currently, some don't, others do in various forms. For example: * Return the result. * Return: The result. * Returns the result. * Returns: the result. * Return Value: The result. * @return: the result. * This function returns the result. * It will return the result. Defining a convention would improve consistency of kernel-doc comments. It would also help scripts/kernel-doc identify the text describing the return value of a function. Thus allowing additional checks on the comments, and suitable highlighting in the generated docs (man pages, html, etc). So, as a convention, use a section named "Return" to describe the return value of a function. Signed-off-by:
Yacine Belkadi <yacine.belkadi.1@gmail.com> Signed-off-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 26 Nov, 2012 2 commits
-
-
Paul Bolle authored
Signed-off-by:
Paul Bolle <pebolle@tiscali.nl> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Anthony G. Basile authored
stime and utime are declared __u64 but are never used. On a glibc system this is harmless lint, but on a uClibc system, because of the difference in they way header files stack, including stdio.h brings in time.h and this causes a name collision with stime. Since these are useless anyhow, we remove them. Signed-off-by:
Anthony G. Basile <basile@opensource.dyc.edu> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 19 Nov, 2012 11 commits
-
-
Adam Buchbinder authored
"Asynchronous" is misspelled in some comments. No code changes. Signed-off-by:
Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Adam Buchbinder authored
"Whether" is misspelled in various comments across the tree; this fixes them. No code changes. Signed-off-by:
Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Adam Buchbinder authored
Some device IDs misspell "asynchronous". String change only. Signed-off-by:
Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Adam Buchbinder authored
Some comments misspell "registered"; this fixes them. No code changes. Signed-off-by:
Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Correct spelling typo in Documentations Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Correct spelling typo in printk and comment within target/iscsi drivers Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Paul Bolle authored
Commit 77d1a499 ("x86, boot: make symbols from the main vmlinux available") removed all traces of offsets.h from the tree. Remove its entries in dontdiff and x86/boot's .gitignore file too. Signed-off-by:
Paul Bolle <pebolle@tiscali.nl> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Jesper Juhl authored
Just a completely trivial patch to remove a completely redundant blank line from usr/gen_init_cpio.c Signed-off-by:
Jesper Juhl <jj@codesealer.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Correct spelling typo in multiple drivers. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 08 Nov, 2012 1 commit
-
-
Sasha Levin authored
Just use BUG_ON() instead of constructions such as: if (...) BUG() A simplified version of the semantic patch that makes this transformation is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression e; @@ - if (e) BUG(); + BUG_ON(e); // </smpl> Signed-off-by:
Sasha Levin <sasha.levin@oracle.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 01 Nov, 2012 1 commit
-
-
Masanari Iida authored
Correct spelling typo in btrfs. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 30 Oct, 2012 2 commits
-
-
Liu Bo authored
- unpint->unpin - prealloc is no more used Signed-off-by:
Liu Bo <liub.liubo@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Correct spelling typo in debug messages within qla2xxx drivers. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 29 Oct, 2012 1 commit
-
-
Masanari Iida authored
Correct spelling typo in drivers/md. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 28 Oct, 2012 2 commits
-
-
Cesar Eduardo Barros authored
The comment above fw_file_size() suggests it is noinline for stack size reasons. Use noinline_for_stack to make this more clear. Cc: Ming Lei <ming.lei@canonical.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by:
Cesar Eduardo Barros <cesarb@cesarb.net> Acked-by:
Ming Lei <ming.lei@canonical.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Jiri Kosina authored
Sync up with Linus' tree to be able to apply Cesar's patch against newer version of the code. Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-