aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-10-07 21:16:26 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-10-07 21:16:26 -0400
commit28596c9722289b2f98fa83a2e4351eb0a031b953 (patch)
treef1a76a8a2604ac710bad28e3ad1b5976601c82d4 /block
parentb6420ebd4a541455a75f9802f58cfa3ba0ea5390 (diff)
parent7bb38d57fd75f03753a5b362916c5bbde8290208 (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull "trivial tree" updates from Jiri Kosina: "Usual pile from trivial tree everyone is so eagerly waiting for" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits) Remove MN10300_PROC_MN2WS0038 mei: fix comments treewide: Fix typos in Kconfig kprobes: update jprobe_example.c for do_fork() change Documentation: change "&" to "and" in Documentation/applying-patches.txt Documentation: remove obsolete pcmcia-cs from Changes Documentation: update links in Changes Documentation: Docbook: Fix generated DocBook/kernel-api.xml score: Remove GENERIC_HAS_IOMAP gpio: fix 'CONFIG_GPIO_IRQCHIP' comments tty: doc: Fix grammar in serial/tty dma-debug: modify check_for_stack output treewide: fix errors in printk genirq: fix reference in devm_request_threaded_irq comment treewide: fix synchronize_rcu() in comments checkstack.pl: port to AArch64 doc: queue-sysfs: minor fixes init/do_mounts: better syntax description MIPS: fix comment spelling powerpc/simpleboot: fix comment ...
Diffstat (limited to 'block')
-rw-r--r--block/blk-core.c8
-rw-r--r--block/genhd.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index bf930f481d43..9c888bd22b00 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -240,7 +240,7 @@ EXPORT_SYMBOL(blk_stop_queue);
240 * this function. 240 * this function.
241 * 241 *
242 * This function does not cancel any asynchronous activity arising 242 * This function does not cancel any asynchronous activity arising
243 * out of elevator or throttling code. That would require elevaotor_exit() 243 * out of elevator or throttling code. That would require elevator_exit()
244 * and blkcg_exit_queue() to be called with queue lock initialized. 244 * and blkcg_exit_queue() to be called with queue lock initialized.
245 * 245 *
246 */ 246 */
@@ -933,7 +933,7 @@ static struct io_context *rq_ioc(struct bio *bio)
933 * Get a free request from @q. This function may fail under memory 933 * Get a free request from @q. This function may fail under memory
934 * pressure or if @q is dead. 934 * pressure or if @q is dead.
935 * 935 *
936 * Must be callled with @q->queue_lock held and, 936 * Must be called with @q->queue_lock held and,
937 * Returns %NULL on failure, with @q->queue_lock held. 937 * Returns %NULL on failure, with @q->queue_lock held.
938 * Returns !%NULL on success, with @q->queue_lock *not held*. 938 * Returns !%NULL on success, with @q->queue_lock *not held*.
939 */ 939 */
@@ -1110,7 +1110,7 @@ rq_starved:
1110 * Get a free request from @q. If %__GFP_WAIT is set in @gfp_mask, this 1110 * Get a free request from @q. If %__GFP_WAIT is set in @gfp_mask, this
1111 * function keeps retrying under memory pressure and fails iff @q is dead. 1111 * function keeps retrying under memory pressure and fails iff @q is dead.
1112 * 1112 *
1113 * Must be callled with @q->queue_lock held and, 1113 * Must be called with @q->queue_lock held and,
1114 * Returns %NULL on failure, with @q->queue_lock held. 1114 * Returns %NULL on failure, with @q->queue_lock held.
1115 * Returns !%NULL on success, with @q->queue_lock *not held*. 1115 * Returns !%NULL on success, with @q->queue_lock *not held*.
1116 */ 1116 */
@@ -1241,7 +1241,7 @@ struct request *blk_make_request(struct request_queue *q, struct bio *bio,
1241EXPORT_SYMBOL(blk_make_request); 1241EXPORT_SYMBOL(blk_make_request);
1242 1242
1243/** 1243/**
1244 * blk_rq_set_block_pc - initialize a requeest to type BLOCK_PC 1244 * blk_rq_set_block_pc - initialize a request to type BLOCK_PC
1245 * @rq: request to be initialized 1245 * @rq: request to be initialized
1246 * 1246 *
1247 */ 1247 */
diff --git a/block/genhd.c b/block/genhd.c
index e6723bd4d7a1..bd3060684ab2 100644
--- a/block/genhd.c
+++ b/block/genhd.c
@@ -1545,7 +1545,7 @@ void disk_flush_events(struct gendisk *disk, unsigned int mask)
1545/** 1545/**
1546 * disk_clear_events - synchronously check, clear and return pending events 1546 * disk_clear_events - synchronously check, clear and return pending events
1547 * @disk: disk to fetch and clear events from 1547 * @disk: disk to fetch and clear events from
1548 * @mask: mask of events to be fetched and clearted 1548 * @mask: mask of events to be fetched and cleared
1549 * 1549 *
1550 * Disk events are synchronously checked and pending events in @mask 1550 * Disk events are synchronously checked and pending events in @mask
1551 * are cleared and returned. This ignores the block count. 1551 * are cleared and returned. This ignores the block count.