Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328746 > unrolled thread
| Started by | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2016-02-08 05:10 +0100 |
| Last post | 2016-02-08 05:10 +0100 |
| Articles | 2 — 1 participant |
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] staging: clocking-wizard: add blank line after struct declaration. Greg KH <gregkh@linuxfoundation.org> - 2016-02-08 05:10 +0100
Re: [PATCH] staging: clocking-wizard: add blank line after struct declaration. Greg KH <gregkh@linuxfoundation.org> - 2016-02-08 05:10 +0100
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-02-08 05:10 +0100 |
| Subject | Re: [PATCH] staging: clocking-wizard: add blank line after struct declaration. |
| Message-ID | <qZLjb-8al-1@gated-at.bofh.it> |
On Tue, Dec 01, 2015 at 01:56:01PM +0100, Christian Colic wrote:
> Add blank line after struct declaration to fix checkpatch check.
>
> Signed-off-by: Christian Colic <colic.christian@gmail.com>
> Reviewed-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
>
> ---
> drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
> index b8e2f61..1cbf5eb 100644
> --- a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
> +++ b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
> @@ -71,6 +71,7 @@ struct clk_wzrd {
> int speed_grade;
> bool suspended;
> };
> +
> #define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb)
>
> /* maximum frequencies for input/output clocks per speed grade */
> --
> 2.5.0
>
Doesn't apply :(
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-02-08 05:10 +0100 |
| Message-ID | <qZLjb-8al-9@gated-at.bofh.it> |
| In reply to | #1328746 |
On Sun, Feb 07, 2016 at 08:06:16PM -0800, Greg KH wrote:
> On Tue, Dec 01, 2015 at 01:56:01PM +0100, Christian Colic wrote:
> > Add blank line after struct declaration to fix checkpatch check.
> >
> > Signed-off-by: Christian Colic <colic.christian@gmail.com>
> > Reviewed-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
> >
> > ---
> > drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
> > index b8e2f61..1cbf5eb 100644
> > --- a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
> > +++ b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
> > @@ -71,6 +71,7 @@ struct clk_wzrd {
> > int speed_grade;
> > bool suspended;
> > };
> > +
> > #define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb)
> >
> > /* maximum frequencies for input/output clocks per speed grade */
> > --
> > 2.5.0
> >
>
> Doesn't apply :(
Because I took another patch, which was sent after yours, sorry about
that, my fault.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web