Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95859
b: refs/heads/master
c: 32039f4
h: refs/heads/master
i:
  95857: a30bc45
  95855: 0d493b5
v: v3
  • Loading branch information
David S. Miller committed May 2, 2008
1 parent 07145ea commit 3d91ec3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: c26d3c0138970778fabe114df99dffb34a04b1d7
refs/heads/master: 32039f4954938e4d761032d7046254d08d0db54c
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sunhv.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static struct uart_ops sunhv_pops = {

static struct uart_driver sunhv_reg = {
.owner = THIS_MODULE,
.driver_name = "serial",
.driver_name = "sunhv",
.dev_name = "ttyS",
.major = TTY_MAJOR,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sunsab.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ static struct uart_ops sunsab_pops = {

static struct uart_driver sunsab_reg = {
.owner = THIS_MODULE,
.driver_name = "serial",
.driver_name = "sunsab",
.dev_name = "ttyS",
.major = TTY_MAJOR,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sunsu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ static void sunsu_autoconfig(struct uart_sunsu_port *up)

static struct uart_driver sunsu_reg = {
.owner = THIS_MODULE,
.driver_name = "serial",
.driver_name = "sunsu",
.dev_name = "ttyS",
.major = TTY_MAJOR,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sunzilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ static struct uart_sunzilog_port *sunzilog_irq_chain;

static struct uart_driver sunzilog_reg = {
.owner = THIS_MODULE,
.driver_name = "ttyS",
.driver_name = "sunzilog",
.dev_name = "ttyS",
.major = TTY_MAJOR,
};
Expand Down

0 comments on commit 3d91ec3

Please sign in to comment.