mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
block: fix a typo in the blk-cgroup.h file
byptes -> bytes. Signed-off-by: Jie Liu <jeff.liu@oracle.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
3bcfeaf93f
commit
e890413af4
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ struct blkio_policy_node {
|
||||||
union {
|
union {
|
||||||
unsigned int weight;
|
unsigned int weight;
|
||||||
/*
|
/*
|
||||||
* Rate read/write in terms of byptes per second
|
* Rate read/write in terms of bytes per second
|
||||||
* Whether this rate represents read or write is determined
|
* Whether this rate represents read or write is determined
|
||||||
* by file type "fileid".
|
* by file type "fileid".
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue