Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
2928c19e
Commit
2928c19e
authored
Sep 22, 2005
by
Arnaldo Carvalho de Melo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[LLC]: Fix sparse warnings
Signed-off-by:
Arnaldo Carvalho de Melo
<
acme@mandriva.com
>
parent
0519d8fb
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
16 deletions
+19
-16
include/net/llc.h
include/net/llc.h
+11
-2
include/net/llc_conn.h
include/net/llc_conn.h
+2
-1
net/llc/af_llc.c
net/llc/af_llc.c
+1
-4
net/llc/llc_c_ac.c
net/llc/llc_c_ac.c
+1
-1
net/llc/llc_conn.c
net/llc/llc_conn.c
+2
-1
net/llc/llc_core.c
net/llc/llc_core.c
+1
-1
net/llc/sysctl_net_llc.c
net/llc/sysctl_net_llc.c
+1
-6
No files found.
include/net/llc.h
View file @
2928c19e
...
@@ -89,10 +89,10 @@ static inline void llc_sap_hold(struct llc_sap *sap)
...
@@ -89,10 +89,10 @@ static inline void llc_sap_hold(struct llc_sap *sap)
atomic_inc
(
&
sap
->
refcnt
);
atomic_inc
(
&
sap
->
refcnt
);
}
}
extern
void
llc_sap_close
(
struct
llc_sap
*
sap
);
static
inline
void
llc_sap_put
(
struct
llc_sap
*
sap
)
static
inline
void
llc_sap_put
(
struct
llc_sap
*
sap
)
{
{
extern
void
llc_sap_close
(
struct
llc_sap
*
sap
);
if
(
atomic_dec_and_test
(
&
sap
->
refcnt
))
if
(
atomic_dec_and_test
(
&
sap
->
refcnt
))
llc_sap_close
(
sap
);
llc_sap_close
(
sap
);
}
}
...
@@ -102,6 +102,9 @@ extern struct llc_sap *llc_sap_find(unsigned char sap_value);
...
@@ -102,6 +102,9 @@ extern struct llc_sap *llc_sap_find(unsigned char sap_value);
extern
int
llc_build_and_send_ui_pkt
(
struct
llc_sap
*
sap
,
struct
sk_buff
*
skb
,
extern
int
llc_build_and_send_ui_pkt
(
struct
llc_sap
*
sap
,
struct
sk_buff
*
skb
,
unsigned
char
*
dmac
,
unsigned
char
dsap
);
unsigned
char
*
dmac
,
unsigned
char
dsap
);
extern
void
llc_sap_handler
(
struct
llc_sap
*
sap
,
struct
sk_buff
*
skb
);
extern
void
llc_conn_handler
(
struct
llc_sap
*
sap
,
struct
sk_buff
*
skb
);
extern
int
llc_station_init
(
void
);
extern
int
llc_station_init
(
void
);
extern
void
llc_station_exit
(
void
);
extern
void
llc_station_exit
(
void
);
...
@@ -115,6 +118,12 @@ extern void llc_proc_exit(void);
...
@@ -115,6 +118,12 @@ extern void llc_proc_exit(void);
#ifdef CONFIG_SYSCTL
#ifdef CONFIG_SYSCTL
extern
int
llc_sysctl_init
(
void
);
extern
int
llc_sysctl_init
(
void
);
extern
void
llc_sysctl_exit
(
void
);
extern
void
llc_sysctl_exit
(
void
);
extern
int
sysctl_llc2_ack_timeout
;
extern
int
sysctl_llc2_busy_timeout
;
extern
int
sysctl_llc2_p_timeout
;
extern
int
sysctl_llc2_rej_timeout
;
extern
int
sysctl_llc_station_ack_timeout
;
#else
#else
#define llc_sysctl_init() (0)
#define llc_sysctl_init() (0)
#define llc_sysctl_exit() do { } while(0)
#define llc_sysctl_exit() do { } while(0)
...
...
include/net/llc_conn.h
View file @
2928c19e
...
@@ -92,7 +92,8 @@ static __inline__ char llc_backlog_type(struct sk_buff *skb)
...
@@ -92,7 +92,8 @@ static __inline__ char llc_backlog_type(struct sk_buff *skb)
return
skb
->
cb
[
sizeof
(
skb
->
cb
)
-
1
];
return
skb
->
cb
[
sizeof
(
skb
->
cb
)
-
1
];
}
}
extern
struct
sock
*
llc_sk_alloc
(
int
family
,
int
priority
,
struct
proto
*
prot
);
extern
struct
sock
*
llc_sk_alloc
(
int
family
,
unsigned
int
__nocast
priority
,
struct
proto
*
prot
);
extern
void
llc_sk_free
(
struct
sock
*
sk
);
extern
void
llc_sk_free
(
struct
sock
*
sk
);
extern
void
llc_sk_reset
(
struct
sock
*
sk
);
extern
void
llc_sk_reset
(
struct
sock
*
sk
);
...
...
net/llc/af_llc.c
View file @
2928c19e
...
@@ -555,7 +555,7 @@ static int llc_ui_wait_for_busy_core(struct sock *sk, long timeout)
...
@@ -555,7 +555,7 @@ static int llc_ui_wait_for_busy_core(struct sock *sk, long timeout)
return
rc
;
return
rc
;
}
}
int
llc_wait_data
(
struct
sock
*
sk
,
long
timeo
)
static
int
llc_wait_data
(
struct
sock
*
sk
,
long
timeo
)
{
{
int
rc
;
int
rc
;
...
@@ -1003,9 +1003,6 @@ static struct proto_ops llc_ui_ops = {
...
@@ -1003,9 +1003,6 @@ static struct proto_ops llc_ui_ops = {
.
sendpage
=
sock_no_sendpage
,
.
sendpage
=
sock_no_sendpage
,
};
};
extern
void
llc_sap_handler
(
struct
llc_sap
*
sap
,
struct
sk_buff
*
skb
);
extern
void
llc_conn_handler
(
struct
llc_sap
*
sap
,
struct
sk_buff
*
skb
);
static
char
llc_proc_err_msg
[]
__initdata
=
static
char
llc_proc_err_msg
[]
__initdata
=
KERN_CRIT
"LLC: Unable to register the proc_fs entries
\n
"
;
KERN_CRIT
"LLC: Unable to register the proc_fs entries
\n
"
;
static
char
llc_sysctl_err_msg
[]
__initdata
=
static
char
llc_sysctl_err_msg
[]
__initdata
=
...
...
net/llc/llc_c_ac.c
View file @
2928c19e
...
@@ -1321,7 +1321,7 @@ int llc_conn_ac_set_vs_nr(struct sock *sk, struct sk_buff *skb)
...
@@ -1321,7 +1321,7 @@ int llc_conn_ac_set_vs_nr(struct sock *sk, struct sk_buff *skb)
return
0
;
return
0
;
}
}
int
llc_conn_ac_inc_vs_by_1
(
struct
sock
*
sk
,
struct
sk_buff
*
skb
)
static
int
llc_conn_ac_inc_vs_by_1
(
struct
sock
*
sk
,
struct
sk_buff
*
skb
)
{
{
llc_sk
(
sk
)
->
vS
=
(
llc_sk
(
sk
)
->
vS
+
1
)
%
128
;
llc_sk
(
sk
)
->
vS
=
(
llc_sk
(
sk
)
->
vS
+
1
)
%
128
;
return
0
;
return
0
;
...
...
net/llc/llc_conn.c
View file @
2928c19e
...
@@ -819,7 +819,8 @@ static void llc_sk_init(struct sock* sk)
...
@@ -819,7 +819,8 @@ static void llc_sk_init(struct sock* sk)
* Allocates a LLC sock and initializes it. Returns the new LLC sock
* Allocates a LLC sock and initializes it. Returns the new LLC sock
* or %NULL if there's no memory available for one
* or %NULL if there's no memory available for one
*/
*/
struct
sock
*
llc_sk_alloc
(
int
family
,
int
priority
,
struct
proto
*
prot
)
struct
sock
*
llc_sk_alloc
(
int
family
,
unsigned
int
__nocast
priority
,
struct
proto
*
prot
)
{
{
struct
sock
*
sk
=
sk_alloc
(
family
,
priority
,
prot
,
1
);
struct
sock
*
sk
=
sk_alloc
(
family
,
priority
,
prot
,
1
);
...
...
net/llc/llc_core.c
View file @
2928c19e
...
@@ -69,7 +69,7 @@ static void llc_del_sap(struct llc_sap *sap)
...
@@ -69,7 +69,7 @@ static void llc_del_sap(struct llc_sap *sap)
write_unlock_bh
(
&
llc_sap_list_lock
);
write_unlock_bh
(
&
llc_sap_list_lock
);
}
}
struct
llc_sap
*
__llc_sap_find
(
unsigned
char
sap_value
)
st
atic
st
ruct
llc_sap
*
__llc_sap_find
(
unsigned
char
sap_value
)
{
{
struct
llc_sap
*
sap
;
struct
llc_sap
*
sap
;
...
...
net/llc/sysctl_net_llc.c
View file @
2928c19e
...
@@ -8,17 +8,12 @@
...
@@ -8,17 +8,12 @@
#include <linux/mm.h>
#include <linux/mm.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/sysctl.h>
#include <linux/sysctl.h>
#include <net/llc.h>
#ifndef CONFIG_SYSCTL
#ifndef CONFIG_SYSCTL
#error This file should not be compiled without CONFIG_SYSCTL defined
#error This file should not be compiled without CONFIG_SYSCTL defined
#endif
#endif
extern
int
sysctl_llc2_ack_timeout
;
extern
int
sysctl_llc2_busy_timeout
;
extern
int
sysctl_llc2_p_timeout
;
extern
int
sysctl_llc2_rej_timeout
;
extern
int
sysctl_llc_station_ack_timeout
;
static
struct
ctl_table
llc2_timeout_table
[]
=
{
static
struct
ctl_table
llc2_timeout_table
[]
=
{
{
{
.
ctl_name
=
NET_LLC2_ACK_TIMEOUT
,
.
ctl_name
=
NET_LLC2_ACK_TIMEOUT
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment