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:
064a769
)
mtd: mtd_blkdev: Use a different name for block_device_operations variable
author
Ezequiel Garcia
<elezegarcia@gmail.com>
Fri, 9 Nov 2012 15:36:35 +0000
(12:36 -0300)
committer
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Wed, 21 Nov 2012 15:02:05 +0000
(17:02 +0200)
struct mtd_blktrans_ops is a type, and mtd_blktrans_ops is a variable.
To improve code clarity it's better to not use the same names,
so we just change the latter.
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
No differences found