| To: | John Crispin <blogic@openwrt.org> |
|---|---|
| Subject: | Re: [PATCH V2 05/10] MIPS: lantiq: add watchdog support |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Wed, 2 Mar 2011 17:27:30 +0100 |
| Cc: | Sergei Shtylyov <sshtylyov@mvista.com>, Ralph Hempel <ralph.hempel@lantiq.com>, Wim Van Sebroeck <wim@iguana.be>, linux-mips@linux-mips.org, linux-watchdog@vger.kernel.org |
| In-reply-to: | <4D6E5CA9.5090201@openwrt.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1298996006-15960-1-git-send-email-blogic@openwrt.org> <1298996006-15960-6-git-send-email-blogic@openwrt.org> <4D6E286D.9050100@mvista.com> <20110302142933.GA18221@linux-mips.org> <4D6E5CA9.5090201@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Wed, Mar 02, 2011 at 04:05:13PM +0100, John Crispin wrote: > Hi Ralf, > > While nitpicking - there should be one space between include and < in > > #include <blah.h>. > > > > > where did you see that ? > +#include<linux/module.h> > +#include<linux/fs.h> > +#include<linux/miscdevice.h> > +#include<linux/watchdog.h> > +#include<linux/platform_device.h> > +#include<linux/uaccess.h> > +#include<linux/clk.h> > +#include<linux/io.h> > + > +#include<lantiq.h> But that only seems to have happened to the code quoted in Sergei's mail. Ralf |
| Previous by Date: | Re: [PATCH V2 05/10] MIPS: lantiq: add watchdog support, John Crispin |
|---|---|
| Next by Date: | Re: [PATCH V2 05/10] MIPS: lantiq: add watchdog support, Sergei Shtylyov |
| Previous by Thread: | Re: [PATCH V2 05/10] MIPS: lantiq: add watchdog support, John Crispin |
| Next by Thread: | Re: [PATCH V2 05/10] MIPS: lantiq: add watchdog support, Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |