From: Juergen Beisert <jbe@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] Fix end of expression char
Date: Thu, 17 Feb 2011 11:40:26 +0100 [thread overview]
Message-ID: <201102171140.26674.jbe@pengutronix.de> (raw)
Its not a bug fix, just a clean up.
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
---
drivers/net/fec_imx.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Index: a/drivers/net/fec_imx.c
===================================================================
--- a/drivers/net/fec_imx.c
+++ b/drivers/net/fec_imx.c
@@ -605,11 +605,11 @@ static int fec_probe(struct device_d *de
dev->type_data = edev;
fec = (struct fec_priv *)xzalloc(sizeof(*fec));
edev->priv = fec;
- edev->open = fec_open,
- edev->init = fec_init,
- edev->send = fec_send,
- edev->recv = fec_recv,
- edev->halt = fec_halt,
+ edev->open = fec_open;
+ edev->init = fec_init;
+ edev->send = fec_send;
+ edev->recv = fec_recv;
+ edev->halt = fec_halt;
edev->get_ethaddr = fec_get_hwaddr,
edev->set_ethaddr = fec_set_hwaddr,
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | Phone: +49-8766-939 228 |
Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-02-17 10:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-17 10:40 Juergen Beisert [this message]
2011-02-17 11:23 ` [PATCH v2] Fix end of expression char (some lines forgotten in v1) Juergen Beisert
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=201102171140.26674.jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--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