From: Alexander Aring <alex.aring@googlemail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 2/3] sandbox: fix whitespaces in board file
Date: Mon, 3 Sep 2012 08:18:07 +0200 [thread overview]
Message-ID: <1346653088-7576-2-git-send-email-alex.aring@gmail.com> (raw)
In-Reply-To: <1346653088-7576-1-git-send-email-alex.aring@gmail.com>
Fix whitespaces in board file.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
arch/sandbox/board/board.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/sandbox/board/board.c b/arch/sandbox/board/board.c
index d2f0667..6bccd2c 100644
--- a/arch/sandbox/board/board.c
+++ b/arch/sandbox/board/board.c
@@ -29,7 +29,7 @@
static struct device_d tap_device = {
.id = DEVICE_ID_DYNAMIC,
- .name = "tap",
+ .name = "tap",
};
static int devices_init(void)
--
1.7.12
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-09-03 6:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-03 6:18 [PATCH 1/3] sandbox: add asm-generic/io.h Alexander Aring
2012-09-03 6:18 ` Alexander Aring [this message]
2012-09-03 6:18 ` [PATCH 3/3] sandbox: fix malloc argument Alexander Aring
2012-09-03 9:09 ` [PATCH 1/3] sandbox: add asm-generic/io.h Sascha Hauer
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=1346653088-7576-2-git-send-email-alex.aring@gmail.com \
--to=alex.aring@googlemail.com \
--cc=barebox@lists.infradead.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