Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1660665 > unrolled thread
| Started by | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| First post | 2017-06-08 04:20 +0200 |
| Last post | 2017-06-08 08:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH V2 2/3] watchdog: uniphier: add UniPhier watchdog driver Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-06-08 04:20 +0200
RE: [PATCH V2 2/3] watchdog: uniphier: add UniPhier watchdog driver "Keiji Hayashibara" <hayashibara.keiji@socionext.com> - 2017-06-08 08:00 +0200
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-06-08 04:20 +0200 |
| Subject | Re: [PATCH V2 2/3] watchdog: uniphier: add UniPhier watchdog driver |
| Message-ID | <tPVdg-6yC-9@gated-at.bofh.it> |
Hayashibara-san Just a nit. > + > +#include <linux/module.h> > +#include <linux/mfd/syscon.h> > +#include <linux/of.h> > +#include <linux/platform_device.h> > +#include <linux/regmap.h> > +#include <linux/watchdog.h> > +#include <linux/bitops.h> I think you should have added <linux/bitops.h> on the top to keep the includes alphabetically sorted. -- Best Regards Masahiro Yamada
[toc] | [next] | [standalone]
| From | "Keiji Hayashibara" <hayashibara.keiji@socionext.com> |
|---|---|
| Date | 2017-06-08 08:00 +0200 |
| Message-ID | <tPYEa-d6-9@gated-at.bofh.it> |
| In reply to | #1660665 |
Hello Yamada-san, > > + > > +#include <linux/module.h> > > +#include <linux/mfd/syscon.h> > > +#include <linux/of.h> > > +#include <linux/platform_device.h> > > +#include <linux/regmap.h> > > +#include <linux/watchdog.h> > > +#include <linux/bitops.h> > > I think you should have added <linux/bitops.h> on the top > to keep the includes alphabetically sorted. Sorry, I will fix in v3 patch. ---------- Best Regards, Keiji Hayashibara
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web