linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@bootlin.com>
To: vitor <vitor.soares@synopsys.com>
Cc: linux-kernel@vger.kernel.org,
	Boris Brezillon <boris.brezillon@bootlin.com>
Subject: [PATCH] i3c: Rename dw-i3c-master.c into i3c-master-dw.c
Date: Mon, 26 Nov 2018 09:45:14 +0100	[thread overview]
Message-ID: <20181126084514.23663-1-boris.brezillon@bootlin.com> (raw)

Follow the naming scheme introduced by the Cadence driver to keep things
consistent.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
---
 drivers/i3c/master/Makefile                             | 2 +-
 drivers/i3c/master/{dw-i3c-master.c => i3c-master-dw.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/i3c/master/{dw-i3c-master.c => i3c-master-dw.c} (100%)

diff --git a/drivers/i3c/master/Makefile b/drivers/i3c/master/Makefile
index fc53939a0bb1..c5f52733aa10 100644
--- a/drivers/i3c/master/Makefile
+++ b/drivers/i3c/master/Makefile
@@ -1,2 +1,2 @@
 obj-$(CONFIG_CDNS_I3C_MASTER)		+= i3c-master-cdns.o
-obj-$(CONFIG_DW_I3C_MASTER)		+= dw-i3c-master.o
+obj-$(CONFIG_DW_I3C_MASTER)		+= i3c-master-dw.o
diff --git a/drivers/i3c/master/dw-i3c-master.c b/drivers/i3c/master/i3c-master-dw.c
similarity index 100%
rename from drivers/i3c/master/dw-i3c-master.c
rename to drivers/i3c/master/i3c-master-dw.c
-- 
2.17.1


             reply	other threads:[~2018-11-26  8:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-26  8:45 Boris Brezillon [this message]
2018-12-03 10:07 ` [PATCH] i3c: Rename dw-i3c-master.c into i3c-master-dw.c Boris Brezillon
2018-12-04  0:38   ` vitor
2018-12-04 18:28     ` vitor

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=20181126084514.23663-1-boris.brezillon@bootlin.com \
    --to=boris.brezillon@bootlin.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vitor.soares@synopsys.com \
    /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;
as well as URLs for NNTP newsgroup(s).