WS cleanup: remove SPACE(s) followed by TAB
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
4
drivers/cache/cache-v5l2.c
vendored
4
drivers/cache/cache-v5l2.c
vendored
@@ -68,8 +68,8 @@ struct v5l2_plat {
|
||||
struct l2cache *regs;
|
||||
u32 iprefetch;
|
||||
u32 dprefetch;
|
||||
u32 tram_ctl[2];
|
||||
u32 dram_ctl[2];
|
||||
u32 tram_ctl[2];
|
||||
u32 dram_ctl[2];
|
||||
};
|
||||
|
||||
static int v5l2_enable(struct udevice *dev)
|
||||
|
||||
2
drivers/cache/sandbox_cache.c
vendored
2
drivers/cache/sandbox_cache.c
vendored
@@ -31,7 +31,7 @@ static int snadbox_disable(struct udevice *dev)
|
||||
|
||||
static const struct cache_ops sandbox_cache_ops = {
|
||||
.get_info = sandbox_get_info,
|
||||
.enable = sandbox_enable,
|
||||
.enable = sandbox_enable,
|
||||
.disable = snadbox_disable,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user