Re: [PATCH v2 1/8] watchdog: wdt_pci: Fixed missing blank line warning

2015-01-16 Thread Guenter Roeck
On 01/15/2015 07:31 AM, Athira Lekshmi wrote: Add a new line after declarations to remove the checkpatch warning: 'Missing blank line after declarations' Signed-off-by: Athira Lekshmi --- Changes in v2: - Make the commit message more clearer. The patches are all good, though I would sugg

[PATCH v2 1/8] watchdog: wdt_pci: Fixed missing blank line warning

2015-01-15 Thread Athira Lekshmi
Add a new line after declarations to remove the checkpatch warning: 'Missing blank line after declarations' Signed-off-by: Athira Lekshmi --- Changes in v2: - Make the commit message more clearer. drivers/watchdog/wdt_pci.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/wat