linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] drm/amd/display: fix spelling mistake: synatpics -> synaptics
@ 2022-01-28 17:35 Colin Ian King
  2022-01-28 17:59 ` Harry Wentland
  0 siblings, 1 reply; 3+ messages in thread
From: Colin Ian King @ 2022-01-28 17:35 UTC (permalink / raw)
  To: Harry Wentland, Leo Li, Rodrigo Siqueira, Alex Deucher,
	Christian König, Xinhui.Pan, David Airlie, Daniel Vetter,
	amd-gfx, dri-devel
  Cc: kernel-janitors, linux-kernel

There are quite a few spelling mistakes in various function names
and error messages. Fix these.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 32 +++++++++----------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
index 75b5299b3576..db4ab01267e4 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
@@ -539,7 +539,7 @@ bool dm_helpers_submit_i2c(
 }
 
 #if defined(CONFIG_DRM_AMD_DC_DCN)
-static bool execute_synatpics_rc_command(struct drm_dp_aux *aux,
+static bool execute_synaptics_rc_command(struct drm_dp_aux *aux,
 		bool is_write_cmd,
 		unsigned char cmd,
 		unsigned int length,
@@ -578,7 +578,7 @@ static bool execute_synatpics_rc_command(struct drm_dp_aux *aux,
 	ret = drm_dp_dpcd_write(aux, SYNAPTICS_RC_COMMAND, &rc_cmd, sizeof(rc_cmd));
 
 	if (ret < 0) {
-		DRM_ERROR("	execute_synatpics_rc_command - write cmd ..., err = %d\n", ret);
+		DRM_ERROR("	execute_synaptics_rc_command - write cmd ..., err = %d\n", ret);
 		return false;
 	}
 
@@ -600,7 +600,7 @@ static bool execute_synatpics_rc_command(struct drm_dp_aux *aux,
 		drm_dp_dpcd_read(aux, SYNAPTICS_RC_DATA, data, length);
 	}
 
-	DC_LOG_DC("	execute_synatpics_rc_command - success = %d\n", success);
+	DC_LOG_DC("	execute_synaptics_rc_command - success = %d\n", success);
 
 	return success;
 }
@@ -618,54 +618,54 @@ static void apply_synaptics_fifo_reset_wa(struct drm_dp_aux *aux)
 	data[3] = 'U';
 	data[4] = 'S';
 
-	if (!execute_synatpics_rc_command(aux, true, 0x01, 5, 0, data))
+	if (!execute_synaptics_rc_command(aux, true, 0x01, 5, 0, data))
 		return;
 
 	// Step 3 and 4
-	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220998, data))
+	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220998, data))
 		return;
 
 	data[0] &= (~(1 << 1)); // set bit 1 to 0
-	if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x220998, data))
+	if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x220998, data))
 		return;
 
-	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
+	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
 		return;
 
 	data[0] &= (~(1 << 1)); // set bit 1 to 0
-	if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x220D98, data))
+	if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x220D98, data))
 		return;
 
-	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x221198, data))
+	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x221198, data))
 		return;
 
 	data[0] &= (~(1 << 1)); // set bit 1 to 0
-	if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x221198, data))
+	if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x221198, data))
 		return;
 
 	// Step 3 and 5
-	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220998, data))
+	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220998, data))
 		return;
 
 	data[0] |= (1 << 1); // set bit 1 to 1
-	if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x220998, data))
+	if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x220998, data))
 		return;
 
-	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
+	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
 		return;
 
 	data[0] |= (1 << 1); // set bit 1 to 1
 		return;
 
-	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x221198, data))
+	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x221198, data))
 		return;
 
 	data[0] |= (1 << 1); // set bit 1 to 1
-	if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x221198, data))
+	if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x221198, data))
 		return;
 
 	// Step 6
-	if (!execute_synatpics_rc_command(aux, true, 0x02, 0, 0, NULL))
+	if (!execute_synaptics_rc_command(aux, true, 0x02, 0, 0, NULL))
 		return;
 
 	DC_LOG_DC("Done apply_synaptics_fifo_reset_wa\n");
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] drm/amd/display: fix spelling mistake: synatpics -> synaptics
  2022-01-28 17:35 [PATCH][next] drm/amd/display: fix spelling mistake: synatpics -> synaptics Colin Ian King
@ 2022-01-28 17:59 ` Harry Wentland
  2022-01-28 18:53   ` Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Harry Wentland @ 2022-01-28 17:59 UTC (permalink / raw)
  To: Colin Ian King, Leo Li, Rodrigo Siqueira, Alex Deucher,
	Christian König, Xinhui.Pan, David Airlie, Daniel Vetter,
	amd-gfx, dri-devel
  Cc: kernel-janitors, linux-kernel



On 2022-01-28 12:35, Colin Ian King wrote:
> There are quite a few spelling mistakes in various function names
> and error messages. Fix these.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Reviewed-by: Harry Wentland <harry.wentland@amd.com>

Harry

> ---
>  .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 32 +++++++++----------
>  1 file changed, 16 insertions(+), 16 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
> index 75b5299b3576..db4ab01267e4 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
> @@ -539,7 +539,7 @@ bool dm_helpers_submit_i2c(
>  }
>  
>  #if defined(CONFIG_DRM_AMD_DC_DCN)
> -static bool execute_synatpics_rc_command(struct drm_dp_aux *aux,
> +static bool execute_synaptics_rc_command(struct drm_dp_aux *aux,
>  		bool is_write_cmd,
>  		unsigned char cmd,
>  		unsigned int length,
> @@ -578,7 +578,7 @@ static bool execute_synatpics_rc_command(struct drm_dp_aux *aux,
>  	ret = drm_dp_dpcd_write(aux, SYNAPTICS_RC_COMMAND, &rc_cmd, sizeof(rc_cmd));
>  
>  	if (ret < 0) {
> -		DRM_ERROR("	execute_synatpics_rc_command - write cmd ..., err = %d\n", ret);
> +		DRM_ERROR("	execute_synaptics_rc_command - write cmd ..., err = %d\n", ret);
>  		return false;
>  	}
>  
> @@ -600,7 +600,7 @@ static bool execute_synatpics_rc_command(struct drm_dp_aux *aux,
>  		drm_dp_dpcd_read(aux, SYNAPTICS_RC_DATA, data, length);
>  	}
>  
> -	DC_LOG_DC("	execute_synatpics_rc_command - success = %d\n", success);
> +	DC_LOG_DC("	execute_synaptics_rc_command - success = %d\n", success);
>  
>  	return success;
>  }
> @@ -618,54 +618,54 @@ static void apply_synaptics_fifo_reset_wa(struct drm_dp_aux *aux)
>  	data[3] = 'U';
>  	data[4] = 'S';
>  
> -	if (!execute_synatpics_rc_command(aux, true, 0x01, 5, 0, data))
> +	if (!execute_synaptics_rc_command(aux, true, 0x01, 5, 0, data))
>  		return;
>  
>  	// Step 3 and 4
> -	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220998, data))
> +	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220998, data))
>  		return;
>  
>  	data[0] &= (~(1 << 1)); // set bit 1 to 0
> -	if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x220998, data))
> +	if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x220998, data))
>  		return;
>  
> -	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
> +	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
>  		return;
>  
>  	data[0] &= (~(1 << 1)); // set bit 1 to 0
> -	if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x220D98, data))
> +	if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x220D98, data))
>  		return;
>  
> -	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x221198, data))
> +	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x221198, data))
>  		return;
>  
>  	data[0] &= (~(1 << 1)); // set bit 1 to 0
> -	if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x221198, data))
> +	if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x221198, data))
>  		return;
>  
>  	// Step 3 and 5
> -	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220998, data))
> +	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220998, data))
>  		return;
>  
>  	data[0] |= (1 << 1); // set bit 1 to 1
> -	if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x220998, data))
> +	if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x220998, data))
>  		return;
>  
> -	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
> +	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
>  		return;
>  
>  	data[0] |= (1 << 1); // set bit 1 to 1
>  		return;
>  
> -	if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x221198, data))
> +	if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x221198, data))
>  		return;
>  
>  	data[0] |= (1 << 1); // set bit 1 to 1
> -	if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x221198, data))
> +	if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x221198, data))
>  		return;
>  
>  	// Step 6
> -	if (!execute_synatpics_rc_command(aux, true, 0x02, 0, 0, NULL))
> +	if (!execute_synaptics_rc_command(aux, true, 0x02, 0, 0, NULL))
>  		return;
>  
>  	DC_LOG_DC("Done apply_synaptics_fifo_reset_wa\n");


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] drm/amd/display: fix spelling mistake: synatpics -> synaptics
  2022-01-28 17:59 ` Harry Wentland
@ 2022-01-28 18:53   ` Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2022-01-28 18:53 UTC (permalink / raw)
  To: Harry Wentland
  Cc: Colin Ian King, Leo Li, Rodrigo Siqueira, Alex Deucher,
	Christian König, xinhui pan, David Airlie, Daniel Vetter,
	amd-gfx list, Maling list - DRI developers, kernel-janitors,
	LKML

Applied.  Thanks!

Alex

On Fri, Jan 28, 2022 at 12:59 PM Harry Wentland <harry.wentland@amd.com> wrote:
>
>
>
> On 2022-01-28 12:35, Colin Ian King wrote:
> > There are quite a few spelling mistakes in various function names
> > and error messages. Fix these.
> >
> > Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
>
> Reviewed-by: Harry Wentland <harry.wentland@amd.com>
>
> Harry
>
> > ---
> >  .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 32 +++++++++----------
> >  1 file changed, 16 insertions(+), 16 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
> > index 75b5299b3576..db4ab01267e4 100644
> > --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
> > +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
> > @@ -539,7 +539,7 @@ bool dm_helpers_submit_i2c(
> >  }
> >
> >  #if defined(CONFIG_DRM_AMD_DC_DCN)
> > -static bool execute_synatpics_rc_command(struct drm_dp_aux *aux,
> > +static bool execute_synaptics_rc_command(struct drm_dp_aux *aux,
> >               bool is_write_cmd,
> >               unsigned char cmd,
> >               unsigned int length,
> > @@ -578,7 +578,7 @@ static bool execute_synatpics_rc_command(struct drm_dp_aux *aux,
> >       ret = drm_dp_dpcd_write(aux, SYNAPTICS_RC_COMMAND, &rc_cmd, sizeof(rc_cmd));
> >
> >       if (ret < 0) {
> > -             DRM_ERROR("     execute_synatpics_rc_command - write cmd ..., err = %d\n", ret);
> > +             DRM_ERROR("     execute_synaptics_rc_command - write cmd ..., err = %d\n", ret);
> >               return false;
> >       }
> >
> > @@ -600,7 +600,7 @@ static bool execute_synatpics_rc_command(struct drm_dp_aux *aux,
> >               drm_dp_dpcd_read(aux, SYNAPTICS_RC_DATA, data, length);
> >       }
> >
> > -     DC_LOG_DC("     execute_synatpics_rc_command - success = %d\n", success);
> > +     DC_LOG_DC("     execute_synaptics_rc_command - success = %d\n", success);
> >
> >       return success;
> >  }
> > @@ -618,54 +618,54 @@ static void apply_synaptics_fifo_reset_wa(struct drm_dp_aux *aux)
> >       data[3] = 'U';
> >       data[4] = 'S';
> >
> > -     if (!execute_synatpics_rc_command(aux, true, 0x01, 5, 0, data))
> > +     if (!execute_synaptics_rc_command(aux, true, 0x01, 5, 0, data))
> >               return;
> >
> >       // Step 3 and 4
> > -     if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220998, data))
> > +     if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220998, data))
> >               return;
> >
> >       data[0] &= (~(1 << 1)); // set bit 1 to 0
> > -     if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x220998, data))
> > +     if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x220998, data))
> >               return;
> >
> > -     if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
> > +     if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
> >               return;
> >
> >       data[0] &= (~(1 << 1)); // set bit 1 to 0
> > -     if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x220D98, data))
> > +     if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x220D98, data))
> >               return;
> >
> > -     if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x221198, data))
> > +     if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x221198, data))
> >               return;
> >
> >       data[0] &= (~(1 << 1)); // set bit 1 to 0
> > -     if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x221198, data))
> > +     if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x221198, data))
> >               return;
> >
> >       // Step 3 and 5
> > -     if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220998, data))
> > +     if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220998, data))
> >               return;
> >
> >       data[0] |= (1 << 1); // set bit 1 to 1
> > -     if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x220998, data))
> > +     if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x220998, data))
> >               return;
> >
> > -     if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
> > +     if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x220D98, data))
> >               return;
> >
> >       data[0] |= (1 << 1); // set bit 1 to 1
> >               return;
> >
> > -     if (!execute_synatpics_rc_command(aux, false, 0x31, 4, 0x221198, data))
> > +     if (!execute_synaptics_rc_command(aux, false, 0x31, 4, 0x221198, data))
> >               return;
> >
> >       data[0] |= (1 << 1); // set bit 1 to 1
> > -     if (!execute_synatpics_rc_command(aux, true, 0x21, 4, 0x221198, data))
> > +     if (!execute_synaptics_rc_command(aux, true, 0x21, 4, 0x221198, data))
> >               return;
> >
> >       // Step 6
> > -     if (!execute_synatpics_rc_command(aux, true, 0x02, 0, 0, NULL))
> > +     if (!execute_synaptics_rc_command(aux, true, 0x02, 0, 0, NULL))
> >               return;
> >
> >       DC_LOG_DC("Done apply_synaptics_fifo_reset_wa\n");
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-28 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 17:35 [PATCH][next] drm/amd/display: fix spelling mistake: synatpics -> synaptics Colin Ian King
2022-01-28 17:59 ` Harry Wentland
2022-01-28 18:53   ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).