mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 13:29:17 -04:00
Staging: tidspbridge: wdt.c: fixed indentation warning.
This patch fixes indentation warning found by checkpatch.pl in tidspbridge/wdt.c Signed-off-by: Tülin İzer <tulinizer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5d5ef9bfb5
commit
ae24e4f234
@@ -25,8 +25,8 @@
|
||||
#include <dspbridge/host_os.h>
|
||||
|
||||
|
||||
#define OMAP34XX_WDT3_BASE (0x49000000 + 0x30000)
|
||||
#define INT_34XX_WDT3_IRQ (36 + NR_IRQS)
|
||||
#define OMAP34XX_WDT3_BASE (0x49000000 + 0x30000)
|
||||
#define INT_34XX_WDT3_IRQ (36 + NR_IRQS)
|
||||
|
||||
static struct dsp_wdt_setting dsp_wdt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user