From 20d10f0b7730c2c0dee7d7a6e94e211e13cfd214 Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Wed, 5 Mar 2008 18:37:16 -0800 Subject: [PATCH] --- yaml --- r: 87216 b: refs/heads/master c: 4eb329a5aa113048ec9dbe2bd81ca27adab04e2d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/irda/irttp.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index cdaaf78ef5dd..7e00325fcade 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dfec72285ef50f1a5ff342ed122652ccd3d0fb96 +refs/heads/master: 4eb329a5aa113048ec9dbe2bd81ca27adab04e2d diff --git a/trunk/include/net/irda/irttp.h b/trunk/include/net/irda/irttp.h index 32c385dd9e06..0788c23d2828 100644 --- a/trunk/include/net/irda/irttp.h +++ b/trunk/include/net/irda/irttp.h @@ -169,17 +169,17 @@ int irttp_disconnect_request(struct tsap_cb *self, struct sk_buff *skb, void irttp_flow_request(struct tsap_cb *self, LOCAL_FLOW flow); struct tsap_cb *irttp_dup(struct tsap_cb *self, void *instance); -static __inline __u32 irttp_get_saddr(struct tsap_cb *self) +static inline __u32 irttp_get_saddr(struct tsap_cb *self) { return irlmp_get_saddr(self->lsap); } -static __inline __u32 irttp_get_daddr(struct tsap_cb *self) +static inline __u32 irttp_get_daddr(struct tsap_cb *self) { return irlmp_get_daddr(self->lsap); } -static __inline __u32 irttp_get_max_seg_size(struct tsap_cb *self) +static inline __u32 irttp_get_max_seg_size(struct tsap_cb *self) { return self->max_seg_size; }