Message ID | fd7c23298f2c62db85abc9114d12059ef5e5f330.1681208396.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] drm: Spelling s/sempahore/semaphore/ | expand |
On Tue, Apr 11, 2023 at 7:44 AM Geert Uytterhoeven <geert+renesas@glider.be> wrote: > > Fix a misspelling of "rendez-vouz". > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > include/drm/task_barrier.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/drm/task_barrier.h b/include/drm/task_barrier.h > index 217c1cf21c1ab7d5..59ead429acb2afb0 100644 > --- a/include/drm/task_barrier.h > +++ b/include/drm/task_barrier.h > @@ -24,7 +24,7 @@ > #include <linux/atomic.h> > > /* > - * Reusable 2 PHASE task barrier (randevouz point) implementation for N tasks. > + * Reusable 2 PHASE task barrier (rendez-vouz point) implementation for N tasks. > * Based on the Little book of semaphores - https://greenteapress.com/wp/semaphores/ > */ > > -- > 2.34.1 Sorry for the drive by comment, but shouldn't this be "rendez-vous" (with an 's' rather than a 'z')? Marc
Hi Marc, On Tue, Apr 11, 2023 at 12:49 PM Marc Dionne <marc.c.dionne@gmail.com> wrote: > On Tue, Apr 11, 2023 at 7:44 AM Geert Uytterhoeven > <geert+renesas@glider.be> wrote: > > > > Fix a misspelling of "rendez-vouz". > > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > --- a/include/drm/task_barrier.h > > +++ b/include/drm/task_barrier.h > > @@ -24,7 +24,7 @@ > > #include <linux/atomic.h> > > > > /* > > - * Reusable 2 PHASE task barrier (randevouz point) implementation for N tasks. > > + * Reusable 2 PHASE task barrier (rendez-vouz point) implementation for N tasks. > > * Based on the Little book of semaphores - https://greenteapress.com/wp/semaphores/ > > */ > > > > -- > > 2.34.1 > > Sorry for the drive by comment, but shouldn't this be "rendez-vous" > (with an 's' rather than a 'z')? Yes it should. Thanks! /me hides in a brown paper bag, under a rock... Gr{oetje,eeting}s, Geert
diff --git a/include/drm/task_barrier.h b/include/drm/task_barrier.h index 217c1cf21c1ab7d5..59ead429acb2afb0 100644 --- a/include/drm/task_barrier.h +++ b/include/drm/task_barrier.h @@ -24,7 +24,7 @@ #include <linux/atomic.h> /* - * Reusable 2 PHASE task barrier (randevouz point) implementation for N tasks. + * Reusable 2 PHASE task barrier (rendez-vouz point) implementation for N tasks. * Based on the Little book of semaphores - https://greenteapress.com/wp/semaphores/ */
Fix a misspelling of "rendez-vouz". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- include/drm/task_barrier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)