LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 4/9] net: replace __inline with inline
@ 2008-03-05  1:17 Harvey Harrison
  2008-03-05 13:07 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Harvey Harrison @ 2008-03-05  1:17 UTC (permalink / raw)
  To: Jeff Garzik, David Miller; +Cc: Andrew Morton, LKML

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
 drivers/net/wan/sbni.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wan/sbni.c b/drivers/net/wan/sbni.c
index 15d5c58..e59255a 100644
--- a/drivers/net/wan/sbni.c
+++ b/drivers/net/wan/sbni.c
@@ -751,7 +751,7 @@ upload_data( struct net_device  *dev,  unsigned  framelen,  unsigned  frameno,
 }
 

-static __inline void
+static inline void
 send_complete( struct net_local  *nl )
 {
 #ifdef CONFIG_SBNI_MULTILINE
-- 
1.5.4.3.500.g83a2c



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 4/9] net: replace __inline with inline
  2008-03-05  1:17 [PATCH 4/9] net: replace __inline with inline Harvey Harrison
@ 2008-03-05 13:07 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-03-05 13:07 UTC (permalink / raw)
  To: Harvey Harrison; +Cc: David Miller, Andrew Morton, LKML

Harvey Harrison wrote:
> Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
> ---
>  drivers/net/wan/sbni.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/wan/sbni.c b/drivers/net/wan/sbni.c
> index 15d5c58..e59255a 100644
> --- a/drivers/net/wan/sbni.c
> +++ b/drivers/net/wan/sbni.c
> @@ -751,7 +751,7 @@ upload_data( struct net_device  *dev,  unsigned  framelen,  unsigned  frameno,
>  }
>  
> 
> -static __inline void
> +static inline void
>  send_complete( struct net_local  *nl )
>  {

better to remove the inline altogether, and let the compiler make the 
decision on its own...



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-05 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-05  1:17 [PATCH 4/9] net: replace __inline with inline Harvey Harrison
2008-03-05 13:07 ` Jeff Garzik

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).