drivers: watchdog: 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:
@@ -24,7 +24,6 @@
|
||||
#define GXBB_WDT_CTRL_DIV_MASK GENMASK(17, 0)
|
||||
#define GXBB_WDT_TCNT_SETUP_MASK GENMASK(15, 0)
|
||||
|
||||
|
||||
struct amlogic_wdt_priv {
|
||||
void __iomem *reg_base;
|
||||
};
|
||||
|
||||
@@ -56,7 +56,6 @@ static int alarm_wdt_expire_now(struct udevice *dev, ulong flags)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static const struct wdt_ops alarm_wdt_ops = {
|
||||
.start = alarm_wdt_start,
|
||||
.reset = alarm_wdt_reset,
|
||||
|
||||
Reference in New Issue
Block a user