git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d125a75
)
UBI: gluebi: rename misleading variables
author
Ezequiel Garcia
<elezegarcia@gmail.com>
Mon, 19 Nov 2012 23:35:20 +0000
(20:35 -0300)
committer
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Fri, 30 Nov 2012 11:54:41 +0000
(13:54 +0200)
Both names 'total_read' and 'total_written' are actually used
as the number of bytes left to read and write.
Fix this confusion by renaming both to 'bytes_left'.
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
No differences found