lkml.org 
[lkml]   [2013]   [Aug]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] trivial: convert comma to semicolon


On Fri, 9 Aug 2013, Richard Genoud wrote:
> > diff --git a/drivers/clocksource/time-armada-370-xp.c b/drivers/clocksource/time-armada-370-xp.c
> > index 847cab6..8149b7b 100644
> > --- a/drivers/clocksource/time-armada-370-xp.c
> > +++ b/drivers/clocksource/time-armada-370-xp.c
> > @@ -175,10 +175,10 @@ static int armada_370_xp_timer_setup(struct clock_event_device *evt)
> > evt->name = "armada_370_xp_per_cpu_tick",
> There's one missed just here ! ^
>
> > evt->features = CLOCK_EVT_FEAT_ONESHOT |
> > CLOCK_EVT_FEAT_PERIODIC;
> > - evt->shift = 32,
> > - evt->rating = 300,
> > - evt->set_next_event = armada_370_xp_clkevt_next_event,
> > - evt->set_mode = armada_370_xp_clkevt_mode,
> > + evt->shift = 32;
> > + evt->rating = 300;
> > + evt->set_next_event = armada_370_xp_clkevt_next_event;
> > + evt->set_mode = armada_370_xp_clkevt_mode;
> > evt->irq = armada_370_xp_clkevt_irq;
> > evt->cpumask = cpumask_of(cpu);
> >
> [snip]
>
> The rest looks good to me !

Thanks for the feedback. I was going to try to make a patch that does
everything that this one does not, but it is not working out very well, so
I will make a new patch that does everything.

julia


\
 
 \ /
  Last update: 2013-08-09 17:41    [W:0.048 / U:0.864 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site