From: Geoff Levand <geoff@infradead.org>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [PATCH] net: Fix p3_gelic_net sparse warnings
Date: Thu, 21 Mar 2013 13:35:33 -0700 [thread overview]
Message-ID: <1363898133.1075.43.camel@smoke> (raw)
Fix these sparse warnings:
ps3_gelic_net.c: error: marked inline, but without a definition
Signed-off-by: Geoff Levand <geoff@infradead.org>
---
Hi Dave,
Please queue for 3.10. Thanks.
-Geoff
drivers/net/ethernet/toshiba/ps3_gelic_net.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/toshiba/ps3_gelic_net.c b/drivers/net/ethernet/toshiba/ps3_gelic_net.c
index 445c059..8d03fcb 100644
--- a/drivers/net/ethernet/toshiba/ps3_gelic_net.c
+++ b/drivers/net/ethernet/toshiba/ps3_gelic_net.c
@@ -294,7 +294,7 @@ iommu_error:
* Reset the status of dma descriptors to ready state
* and re-initialize the hardware chain for later use
*/
-static void gelic_card_reset_chain(struct gelic_card *card,
+static inline void gelic_card_reset_chain(struct gelic_card *card,
struct gelic_descr_chain *chain,
struct gelic_descr *start_descr)
{
--
1.7.9.5
next reply other threads:[~2013-03-21 20:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-21 20:35 Geoff Levand [this message]
2013-03-21 21:17 ` [PATCH] net: Fix p3_gelic_net sparse warnings David Miller
2013-03-22 0:06 ` [PATCH v2] " Geoff Levand
2013-03-22 14:21 ` David Miller
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=1363898133.1075.43.camel@smoke \
--to=geoff@infradead.org \
--cc=davem@davemloft.net \
--cc=netdev@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.