Replace an occurrence of "adapater" with "adapter".
Signed-off-by: Thierry Reding treding@nvidia.com --- drivers/gpu/drm/drm_dp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c index dba4205de274..dc1e8a247f27 100644 --- a/drivers/gpu/drm/drm_dp_helper.c +++ b/drivers/gpu/drm/drm_dp_helper.c @@ -206,7 +206,7 @@ i2c_dp_aux_prepare_bus(struct i2c_adapter *adapter) * i2c_dp_aux_add_bus() - register an i2c adapter using the aux ch helper * @adapter: i2c adapter to register * - * This registers an i2c adapater that uses dp aux channel as it's underlaying + * This registers an i2c adapter that uses dp aux channel as it's underlaying * transport. The driver needs to fill out the &i2c_algo_dp_aux_data structure * and store it in the algo_data member of the @adapter argument. This will be * used by the i2c over dp aux algorithm to drive the hardware.
On Wed, Jan 15, 2014 at 3:40 AM, Thierry Reding thierry.reding@gmail.com wrote:
Replace an occurrence of "adapater" with "adapter".
Signed-off-by: Thierry Reding treding@nvidia.com
Reviewed-by: Alex Deucher alexander.deucher@amd.com
drivers/gpu/drm/drm_dp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c index dba4205de274..dc1e8a247f27 100644 --- a/drivers/gpu/drm/drm_dp_helper.c +++ b/drivers/gpu/drm/drm_dp_helper.c @@ -206,7 +206,7 @@ i2c_dp_aux_prepare_bus(struct i2c_adapter *adapter)
- i2c_dp_aux_add_bus() - register an i2c adapter using the aux ch helper
- @adapter: i2c adapter to register
- This registers an i2c adapater that uses dp aux channel as it's underlaying
- This registers an i2c adapter that uses dp aux channel as it's underlaying
- transport. The driver needs to fill out the &i2c_algo_dp_aux_data structure
- and store it in the algo_data member of the @adapter argument. This will be
- used by the i2c over dp aux algorithm to drive the hardware.
-- 1.8.4.2
dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
dri-devel@lists.freedesktop.org