projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bcfeaf
)
block: fix a typo in the blk-cgroup.h file
author
Jie Liu
<jeff.liu@oracle.com>
Mon, 24 Oct 2011 14:08:38 +0000
(16:08 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 24 Oct 2011 14:08:38 +0000
(16:08 +0200)
byptes -> bytes.
Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-cgroup.h
patch
|
blob
|
history
diff --git
a/block/blk-cgroup.h
b/block/blk-cgroup.h
index a71d2904ffb97c1f6f2e9f9d5480d389b0ffccff..6f3ace7e792ff4336fe74ac2d796ec1fa1f5df68 100644
(file)
--- a/
block/blk-cgroup.h
+++ b/
block/blk-cgroup.h
@@
-188,7
+188,7
@@
struct blkio_policy_node {
union {
unsigned int weight;
/*
- * Rate read/write in terms of by
p
tes per second
+ * Rate read/write in terms of bytes per second
* Whether this rate represents read or write is determined
* by file type "fileid".
*/