linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iio: magnetometer: hmc5843: Fixed a comment error.
@ 2018-09-20 13:49 Song Qiang
  2018-09-22  9:24 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Song Qiang @ 2018-09-20 13:49 UTC (permalink / raw)
  To: jic23, knaack.h, lars, pmeerw, shubhrajyoti
  Cc: linux-iio, linux-kernel, Song Qiang

Replace 'hcm5843' with 'hmc5843'.

Signed-off-by: Song Qiang <songqiang1304521@gmail.com>
---
 drivers/iio/magnetometer/hmc5843.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/magnetometer/hmc5843.h b/drivers/iio/magnetometer/hmc5843.h
index 76a5d7484d8d..a75224cf99df 100644
--- a/drivers/iio/magnetometer/hmc5843.h
+++ b/drivers/iio/magnetometer/hmc5843.h
@@ -31,7 +31,7 @@ enum hmc5843_ids {
 };
 
 /**
- * struct hcm5843_data	- device specific data
+ * struct hmc5843_data	- device specific data
  * @dev:		actual device
  * @lock:		update and read regmap data
  * @regmap:		hardware access register maps
-- 
2.17.1


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

* Re: [PATCH] iio: magnetometer: hmc5843: Fixed a comment error.
  2018-09-20 13:49 [PATCH] iio: magnetometer: hmc5843: Fixed a comment error Song Qiang
@ 2018-09-22  9:24 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2018-09-22  9:24 UTC (permalink / raw)
  To: Song Qiang; +Cc: knaack.h, lars, pmeerw, shubhrajyoti, linux-iio, linux-kernel

On Thu, 20 Sep 2018 21:49:46 +0800
Song Qiang <songqiang1304521@gmail.com> wrote:

> Replace 'hcm5843' with 'hmc5843'.
> 
> Signed-off-by: Song Qiang <songqiang1304521@gmail.com>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to ignore (because there will be other things
in there that they won't later today :)

Thanks,

Jonathan

> ---
>  drivers/iio/magnetometer/hmc5843.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/magnetometer/hmc5843.h b/drivers/iio/magnetometer/hmc5843.h
> index 76a5d7484d8d..a75224cf99df 100644
> --- a/drivers/iio/magnetometer/hmc5843.h
> +++ b/drivers/iio/magnetometer/hmc5843.h
> @@ -31,7 +31,7 @@ enum hmc5843_ids {
>  };
>  
>  /**
> - * struct hcm5843_data	- device specific data
> + * struct hmc5843_data	- device specific data
>   * @dev:		actual device
>   * @lock:		update and read regmap data
>   * @regmap:		hardware access register maps


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

end of thread, other threads:[~2018-09-22  9:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-20 13:49 [PATCH] iio: magnetometer: hmc5843: Fixed a comment error Song Qiang
2018-09-22  9:24 ` Jonathan Cameron

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).