Message ID | 20240915120155.101395-1-algonell@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i915: Fix typos | expand |
On Mon, Sep 16, 2024 at 12:15:32PM +0200, Andi Shyti wrote: > Hi Andrew, > > On Sun, Sep 15, 2024 at 03:01:55PM GMT, Andrew Kreimer wrote: > > Fix typos in documentation. > > > > Reported-by: Matthew Wilcox <willy@infradead.org> > > Signed-off-by: Andrew Kreimer <algonell@gmail.com> > > Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> > > Because we are receiving lots of typos patches in this period, > it's nice to have the context written in the subject, e.g., in > this case, Fix "bellow" -> "below" typo. > Noted. > Don't worry, I will take care of it. > > Thanks, > Andi Thank you!
diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c index 1f83b3b67ea6..062e61cf70a0 100644 --- a/drivers/gpu/drm/i915/display/intel_psr.c +++ b/drivers/gpu/drm/i915/display/intel_psr.c @@ -1017,7 +1017,7 @@ static void hsw_activate_psr2(struct intel_dp *intel_dp) }; /* * Still using the default IO_BUFFER_WAKE and FAST_WAKE, see - * comments bellow for more information + * comments below for more information */ int tmp; diff --git a/drivers/gpu/drm/i915/gt/shaders/README b/drivers/gpu/drm/i915/gt/shaders/README index e7e96d7073c7..4f5dab3fdcca 100644 --- a/drivers/gpu/drm/i915/gt/shaders/README +++ b/drivers/gpu/drm/i915/gt/shaders/README @@ -24,7 +24,7 @@ on building. Please make sure your Mesa tool is compiled with "-Dtools=intel" and "-Ddri-drivers=i965", and run this script from IGT source root directory" -The instructions bellow assume: +The instructions below assume: * IGT gpu tools source code is located on your home directory (~) as ~/igt * Mesa source code is located on your home directory (~) as ~/mesa and built under the ~/mesa/build directory
Fix typos in documentation. Reported-by: Matthew Wilcox <willy@infradead.org> Signed-off-by: Andrew Kreimer <algonell@gmail.com> --- drivers/gpu/drm/i915/display/intel_psr.c | 2 +- drivers/gpu/drm/i915/gt/shaders/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)