mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 17:13:28 +08:00
drivers: cache: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
13056cb1e5
commit
62d14e2a6f
1
drivers/cache/cache-l2x0.c
vendored
1
drivers/cache/cache-l2x0.c
vendored
@ -62,7 +62,6 @@ static int l2x0_probe(struct udevice *dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static const struct udevice_id l2x0_ids[] = {
|
||||
{ .compatible = "arm,pl310-cache" },
|
||||
{}
|
||||
|
1
drivers/cache/sandbox_cache.c
vendored
1
drivers/cache/sandbox_cache.c
vendored
@ -27,7 +27,6 @@ static int snadbox_disable(struct udevice *dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static const struct cache_ops sandbox_cache_ops = {
|
||||
.get_info = sandbox_get_info,
|
||||
.enable = sandbox_enable,
|
||||
|
Loading…
Reference in New Issue
Block a user