Re: [PATCH 05/12] gpu: fix typo

2019-01-07 Thread Daniel Vetter
On Fri, Jan 04, 2019 at 10:41:15PM +0100, Matteo Croce wrote: > Fix spelling mistake: "lenght" -> "length" > > Signed-off-by: Matteo Croce > --- > drivers/gpu/drm/amd/include/atombios.h | 2 +- > drivers/gpu/drm/omapdrm/dss/hdmi4_core.c | 2 +- Best to split this up into an amd and omapdrm pat

Re: [PATCH 05/12] gpu: fix typo

2019-01-04 Thread Matteo Croce
On Fri, Jan 4, 2019 at 10:41 PM Matteo Croce wrote: > > Fix spelling mistake: "lenght" -> "length" > > Signed-off-by: Matteo Croce > --- > drivers/gpu/drm/amd/include/atombios.h | 2 +- > drivers/gpu/drm/omapdrm/dss/hdmi4_core.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Hi,