mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Brian Masney <masneyb@onstation.org>, linux-iio@vger.kernel.org
Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org,
	knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net,
	linux-kernel@vger.kernel.org, Jon.Brenner@ams.com
Subject: Re: [PATCH 1/2] staging: iio: tsl2x7x: rename driver for consistency with other IIO light drivers
Date: Sun, 7 May 2017 13:10:37 +0100	[thread overview]
Message-ID: <b68a3d06-429d-f6e7-4e29-0b801cdf3f8f@kernel.org> (raw)
In-Reply-To: <20170505003823.12133-2-masneyb@onstation.org>

On 05/05/17 01:38, Brian Masney wrote:
> This patch renames the tsl2x7x_core.c file to tsl2x7x.c so that the
> naming convention is consistent with other IIO light drivers outside
> of staging.
> 
> Signed-off-by: Brian Masney <masneyb@onstation.org>
Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.

Thanks,

Jonathan
> ---
>  drivers/staging/iio/light/Makefile                      | 2 +-
>  drivers/staging/iio/light/{tsl2x7x_core.c => tsl2x7x.c} | 0
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename drivers/staging/iio/light/{tsl2x7x_core.c => tsl2x7x.c} (100%)
> 
> diff --git a/drivers/staging/iio/light/Makefile b/drivers/staging/iio/light/Makefile
> index 10286c3..ab8dc3a 100644
> --- a/drivers/staging/iio/light/Makefile
> +++ b/drivers/staging/iio/light/Makefile
> @@ -2,4 +2,4 @@
>  # Makefile for industrial I/O Light sensors
>  #
>  
> -obj-$(CONFIG_TSL2x7x)	+= tsl2x7x_core.o
> +obj-$(CONFIG_TSL2x7x)	+= tsl2x7x.o
> diff --git a/drivers/staging/iio/light/tsl2x7x_core.c b/drivers/staging/iio/light/tsl2x7x.c
> similarity index 100%
> rename from drivers/staging/iio/light/tsl2x7x_core.c
> rename to drivers/staging/iio/light/tsl2x7x.c
> 

  reply	other threads:[~2017-05-07 22:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-05  0:38 [PATCH 0/2] staging: iio: tsl2x7x: staging cleanups Brian Masney
2017-05-05  0:38 ` [PATCH 1/2] staging: iio: tsl2x7x: rename driver for consistency with other IIO light drivers Brian Masney
2017-05-07 12:10   ` Jonathan Cameron [this message]
2017-05-05  0:38 ` [PATCH 2/2] staging: iio: tsl2x7x: remove header file Brian Masney
2017-05-07 12:15   ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b68a3d06-429d-f6e7-4e29-0b801cdf3f8f@kernel.org \
    --to=jic23@kernel.org \
    --cc=Jon.Brenner@ams.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masneyb@onstation.org \
    --cc=pmeerw@pmeerw.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome