Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122593
b: refs/heads/master
c: dfa96ec
h: refs/heads/master
i:
  122591: 92e2513
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Dec 13, 2008
1 parent 48c34ae commit 917fea7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcf91745091ba3b0813fa79afb5d10b090ea745d
refs/heads/master: dfa96ec1bb83641242c48883c2bae8f1f30483b2
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/mISDN/layer1.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "layer1.h"
#include "fsm.h"

static int *debug;
static u_int *debug;

struct layer1 {
u_long Flags;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/mISDN/layer2.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "fsm.h"
#include "layer2.h"

static int *debug;
static u_int *debug;

static
struct Fsm l2fsm = {NULL, 0, 0, NULL, NULL};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/mISDN/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <linux/mISDNif.h>
#include "core.h"

static int *debug;
static u_int *debug;

static struct proto mISDN_proto = {
.name = "misdn",
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/mISDN/timerdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <linux/module.h>
#include <linux/mISDNif.h>

static int *debug;
static u_int *debug;


struct mISDNtimerdev {
Expand Down Expand Up @@ -274,7 +274,7 @@ static struct miscdevice mISDNtimer = {
};

int
mISDN_inittimer(int *deb)
mISDN_inittimer(u_int *deb)
{
int err;

Expand Down

0 comments on commit 917fea7

Please sign in to comment.