From: Andrei Maresu <andreimaresu@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Andrei Maresu <andreimaresu@gmail.com>
Subject: [PATCH 2/2] Dma: at_hdmac_regs fixed a space coding style issue
Date: Mon, 23 Mar 2015 22:38:01 +0200 [thread overview]
Message-ID: <1427143081-5221-1-git-send-email-andreimaresu@gmail.com> (raw)
The following chaeckpatch error was fixed:
ERROR: space prohibited after that open parenthesis '('
Signed-off-by: Andrei Maresu <andreimaresu@gmail.com>
---
drivers/dma/at_hdmac_regs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/at_hdmac_regs.h b/drivers/dma/at_hdmac_regs.h
index 76611a3..176f13d 100644
--- a/drivers/dma/at_hdmac_regs.h
+++ b/drivers/dma/at_hdmac_regs.h
@@ -58,7 +58,7 @@
#define AT_DMA_CHDR 0x2C /* Channel Handler Disable Register */
#define AT_DMA_DIS(x) (0x1 << (x))
-#define AT_DMA_RES(x) (0x1 << ( 8 + (x)))
+#define AT_DMA_RES(x) (0x1 << (8 + (x)))
#define AT_DMA_CHSR 0x30 /* Channel Handler Status Register */
#define AT_DMA_EMPT(x) (0x1 << (16 + (x)))
--
1.9.1
reply other threads:[~2015-03-23 20:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1427143081-5221-1-git-send-email-andreimaresu@gmail.com \
--to=andreimaresu@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®