diff options
author | Bart Van Assche <bvanassche@acm.org> | 2019-08-02 01:39:07 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-08-05 06:41:29 +0300 |
commit | 012d4a652ca172d93315cb69f2adf7df37ea77e6 (patch) | |
tree | 55a7d21ae24c38d0f0d1afce9ff33125b0fb087c /include/linux/blk-cgroup.h | |
parent | 9cc5169cd478bc596902a57580804f1da3dfd74e (diff) | |
download | linux-012d4a652ca172d93315cb69f2adf7df37ea77e6.tar.xz |
block: Fix spelling in the header above blkg_lookup()
See also commit 8f4236d9008b ("block: remove QUEUE_FLAG_BYPASS and ->bypass") # v5.0.
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blk-cgroup.h')
-rw-r--r-- | include/linux/blk-cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h index 12811091fd50..0bb79d858a13 100644 --- a/include/linux/blk-cgroup.h +++ b/include/linux/blk-cgroup.h @@ -375,7 +375,7 @@ static inline struct blkcg_gq *__blkg_lookup(struct blkcg *blkcg, * @q: request_queue of interest * * Lookup blkg for the @blkcg - @q pair. This function should be called - * under RCU read loc. + * under RCU read lock. */ static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, struct request_queue *q) |