Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da3dae54 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

Documentation: Docbook: Fix generated DocBook/kernel-api.xml



This patch fix spelling typo found in DocBook/kernel-api.xml.
It is because the file is generated from the source comments,
I have to fix the comments in source codes.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 2570741a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ EXPORT_SYMBOL(blk_stop_queue);
 *     this function.
 *
 *     This function does not cancel any asynchronous activity arising
 *     out of elevator or throttling code. That would require elevaotor_exit()
 *     out of elevator or throttling code. That would require elevator_exit()
 *     and blkcg_exit_queue() to be called with queue lock initialized.
 *
 */
@@ -930,7 +930,7 @@ static struct io_context *rq_ioc(struct bio *bio)
 * Get a free request from @q.  This function may fail under memory
 * pressure or if @q is dead.
 *
 * Must be callled with @q->queue_lock held and,
 * Must be called with @q->queue_lock held and,
 * Returns %NULL on failure, with @q->queue_lock held.
 * Returns !%NULL on success, with @q->queue_lock *not held*.
 */
@@ -1107,7 +1107,7 @@ rq_starved:
 * Get a free request from @q.  If %__GFP_WAIT is set in @gfp_mask, this
 * function keeps retrying under memory pressure and fails iff @q is dead.
 *
 * Must be callled with @q->queue_lock held and,
 * Must be called with @q->queue_lock held and,
 * Returns %NULL on failure, with @q->queue_lock held.
 * Returns !%NULL on success, with @q->queue_lock *not held*.
 */
@@ -1238,7 +1238,7 @@ struct request *blk_make_request(struct request_queue *q, struct bio *bio,
EXPORT_SYMBOL(blk_make_request);

/**
 * blk_rq_set_block_pc - initialize a requeest to type BLOCK_PC
 * blk_rq_set_block_pc - initialize a request to type BLOCK_PC
 * @rq:		request to be initialized
 *
 */
+1 −1
Original line number Diff line number Diff line
@@ -1543,7 +1543,7 @@ void disk_flush_events(struct gendisk *disk, unsigned int mask)
/**
 * disk_clear_events - synchronously check, clear and return pending events
 * @disk: disk to fetch and clear events from
 * @mask: mask of events to be fetched and clearted
 * @mask: mask of events to be fetched and cleared
 *
 * Disk events are synchronously checked and pending events in @mask
 * are cleared and returned.  This ignores the block count.
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ void clk_put(struct clk *clk);

/**
 * devm_clk_put	- "free" a managed clock source
 * @dev: device used to acuqire the clock
 * @dev: device used to acquire the clock
 * @clk: clock source acquired with devm_clk_get()
 *
 * Note: drivers must ensure that all clk_enable calls made on this
+1 −1
Original line number Diff line number Diff line
@@ -722,7 +722,7 @@ __kfifo_uint_must_check_helper( \
/**
 * kfifo_dma_out_finish - finish a DMA OUT operation
 * @fifo: address of the fifo to be used
 * @len: number of bytes transferrd
 * @len: number of bytes transferred
 *
 * This macro finish a DMA OUT operation. The out counter will be updated by
 * the len parameter. No error checking will be done.
+3 −3
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ int ipc_addid(struct ipc_ids *ids, struct kern_ipc_perm *new, int size)
/**
 * ipcget_new -	create a new ipc object
 * @ns: ipc namespace
 * @ids: ipc identifer set
 * @ids: ipc identifier set
 * @ops: the actual creation routine to call
 * @params: its parameters
 *
@@ -363,7 +363,7 @@ static int ipc_check_perms(struct ipc_namespace *ns,
/**
 * ipcget_public - get an ipc object or create a new one
 * @ns: ipc namespace
 * @ids: ipc identifer set
 * @ids: ipc identifier set
 * @ops: the actual creation routine to call
 * @params: its parameters
 *
@@ -669,7 +669,7 @@ out:

/**
 * ipcget - Common sys_*get() code
 * @ns: namsepace
 * @ns: namespace
 * @ids: ipc identifier set
 * @ops: operations to be called on ipc object creation, permission checks
 *       and further checks
Loading