18 Oct, 2010
1 commit
-
The patch below updates broken web addresses in the kernel
Signed-off-by: Justin P. Mattock
Cc: Maciej W. Rozycki
Cc: Geert Uytterhoeven
Cc: Finn Thain
Cc: Randy Dunlap
Cc: Matt Turner
Cc: Dimitry Torokhov
Cc: Mike Frysinger
Acked-by: Ben Pfaff
Acked-by: Hans J. Koch
Reviewed-by: Finn Thain
Signed-off-by: Jiri Kosina
06 Oct, 2010
1 commit
-
This is a partial revert of 7f26b3a7533b ("drivers/usb: Remove unnecessary
return's from void functions") as this hunk will vanish in USB tree completely.Reported-by: Stephen Rothwell
Signed-off-by: Jiri Kosina
24 Sep, 2010
1 commit
-
This is a partial revert of 0b1974de66f ("Fix typo: configuation
=> configuration") as this hunk is removed in net-next.Reported-by: Stephen Rothwell
Signed-off-by: Jiri Kosina
23 Sep, 2010
14 commits
-
IDA_BITMAP_LONGS value is calculated take into account struct ida_bitmap
not to waste memory space. Comment it.Signed-off-by: Namhyung Kim
Acked-by: Tejun Heo
Acked-by: Randy Dunlap
Signed-off-by: Jiri Kosina -
'excpet' should be 'except'.
'ext3_get_branch' should be 'ext2_get_branch'.Signed-off-by: Namhyung Kim
Signed-off-by: Jiri Kosina -
Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina -
Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina -
Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina -
Signed-off-by: Joe Perches
Acked-by: Ralph Campbell
Signed-off-by: Jiri Kosina -
Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina -
Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina -
Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina -
Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina -
Comments should be /* */ not //.
Signed-off-by: H Hartley Sweeten
Cc: Jiri Kosina
Signed-off-by: Jiri Kosina -
Comments should be /* */ not //.
Signed-off-by: H Hartley Sweeten
Cc: Jiri Kosina
Signed-off-by: Jiri Kosina -
Signed-off-by: Thomas Weber
Acked-by: David S. Miller
Signed-off-by: Jiri Kosina -
Signed-off-by: Thomas Weber
Acked-by: David S. Miller
Signed-off-by: Jiri Kosina
21 Sep, 2010
3 commits
-
Fix typos with interrest*.
Signed-off-by: Thomas Weber
Signed-off-by: Jiri Kosina -
Fix various typos of valid.
Signed-off-by: Nikanth Karthikesan
Signed-off-by: Jiri Kosina -
Fix typo s/packages/packaged in Documentation/vm/numa_memory_policy.txt.
Signed-off-by: Nikanth Karthikesan
Signed-off-by: Jiri Kosina
02 Sep, 2010
1 commit
-
This is a partial revert of 7f26b3a7533b ("drivers/usb: Remove unnecessary
return's from void functions") as this hunk will go through USB tree
due to conflict.Reported-by: Stephen Rothwell
Signed-off-by: Jiri Kosina
31 Aug, 2010
2 commits
-
It was unclear in original kernel-doc how nextidp worked in
idr_get_next(). Let's describe it.Signed-off-by: Naohiro Aota
Acked-by: Tejun Heo
Signed-off-by: Jiri Kosina -
Fix the following kernel-doc warnings.
% perl scripts/kernel-doc lib/idr.c > /dev/null
Warning(lib/idr.c:300): No description found for parameter 'starting_id'
Warning(lib/idr.c:300): Excess function parameter 'start_id' description in 'idr_get_new_above'
Warning(lib/idr.c:485): No description found for parameter 'idp'
Warning(lib/idr.c:596): No description found for parameter 'nextidp'
Warning(lib/idr.c:596): Excess function parameter 'id' description in 'idr_get_next'
Warning(lib/idr.c:774): No description found for parameter 'starting_id'
Warning(lib/idr.c:774): Excess function parameter 'staring_id' description in 'ida_get_new_above'
Warning(lib/idr.c:918): No description found for parameter 'ida'Signed-off-by: Naohiro Aota
Acked-by: Tejun Heo
Signed-off-by: Jiri Kosina
30 Aug, 2010
1 commit
-
The patch below updates a broken web address in the MAINTAINERS
file.Signed-off-by: Justin P. Mattock
Signed-off-by: Jiri Kosina
24 Aug, 2010
1 commit
-
The printk message for the 2 serial port version is obscured with a debug
macro, unlike all other versions of the card. It should be changed to make
the output equal for all detected models.Reference: https://bugzilla.redhat.com/show_bug.cgi?id=578616#c1
CC: Joe Krahn
Signed-off-by: Niels de Vos
Signed-off-by: Jiri Kosina
23 Aug, 2010
2 commits
-
Deleted a word which apeared twice.
Signed-off-by: Stephan Sperber
Signed-off-by: Jiri Kosina -
Fix the name of the sensor: BMP086 => BMP085
Signed-off-by: Thomas Weber
Signed-off-by: Jiri Kosina
19 Aug, 2010
1 commit
-
Signed-off-by: Tao Ma
Acked-by: Jeff Garzik
Signed-off-by: Jiri Kosina
18 Aug, 2010
2 commits
-
Fix typo s/contenious/continuous in comment.
Signed-off-by: Nikanth Karthikesan
Signed-off-by: Jiri Kosina -
Fix a spelling mistake.
Signed-off-by: Anton Blanchard
Signed-off-by: Jiri Kosina
16 Aug, 2010
3 commits
-
The below updates a broken web address to one(hopefully) thats
the new correct address.Signed-off-by: Justin P. Mattock
Signed-off-by: Jiri Kosina -
Signed-off-by: Justin P. Mattock
Signed-off-by: Jiri Kosina -
kernel-parameters.txt lists 'noreplace-paravirt' parameter as being
limited to X86-32, which is incorrect -- it's actually supported by
x86-32, x86-64 and ia-64.Signed-off-by: Jiri Kosina
Acked-by: Jeremy Fitzhardinge
11 Aug, 2010
7 commits
-
Conflicts:
fs/exofs/inode.c -
'eqaul' should be 'equal'.
Signed-off-by: Namhyung Kim
Signed-off-by: Jiri Kosina -
* 'for-linus' of git://neil.brown.name/md: (24 commits)
md: clean up do_md_stop
md: fix another deadlock with removing sysfs attributes.
md: move revalidate_disk() back outside open_mutex
md/raid10: fix deadlock with unaligned read during resync
md/bitmap: separate out loading a bitmap from initialising the structures.
md/bitmap: prepare for storing write-intent-bitmap via dm-dirty-log.
md/bitmap: optimise scanning of empty bitmaps.
md/bitmap: clean up plugging calls.
md/bitmap: reduce dependence on sysfs.
md/bitmap: white space clean up and similar.
md/raid5: export raid5 unplugging interface.
md/plug: optionally use plugger to unplug an array during resync/recovery.
md/raid5: add simple plugging infrastructure.
md/raid5: export is_congested test
raid5: Don't set read-ahead when there is no queue
md: add support for raising dm events.
md: export various start/stop interfaces
md: split out md_rdev_init
md: be more careful setting MD_CHANGE_CLEAN
md/raid5: ensure we create a unique name for kmem_cache when mddev has no gendisk
... -
As pointed out by Jiri Slaby: when I resolved the the 32-bit x85 system
call entry tables for prlimit (due to the conflict with fanotify), I
forgot to add the numbering in comments that we do for every fifth entry.Reported-by: Jiri Slaby
Signed-off-by: Linus Torvalds -
Signed-off-by: Guenter Roeck
Signed-off-by: Linus Torvalds -
Fix kernel-doc warnings in linux/i2c.h:
Warning(include/linux/i2c.h:176): No description found for parameter 'alert'
Warning(include/linux/i2c.h:259): No description found for parameter 'of_node'Signed-off-by: Randy Dunlap
Signed-off-by: Linus Torvalds -
Fix kernel-doc warning, add @timer description:
Warning(kernel/timer.c:335): No description found for parameter 'timer'
Signed-off-by: Randy Dunlap
Cc: Thomas Gleixner
Signed-off-by: Linus Torvalds