Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83566
b: refs/heads/master
c: 5eb03a4
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Feb 6, 2008
1 parent 611486e commit bc74dd4
Show file tree
Hide file tree
Showing 2 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: 0ce85eb8824679cd9e7b3b12202e2bf54f1f3e2c
refs/heads/master: 5eb03a4ab239d8769fa13df6c894d618ecae1b50
8 changes: 4 additions & 4 deletions trunk/drivers/video/uvesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2003,12 +2003,12 @@ static void __devexit uvesafb_exit(void)

module_exit(uvesafb_exit);

static inline int param_get_scroll(char *buffer, struct kernel_param *kp)
static int param_get_scroll(char *buffer, struct kernel_param *kp)
{
return 0;
}

static inline int param_set_scroll(const char *val, struct kernel_param *kp)
static int param_set_scroll(const char *val, struct kernel_param *kp)
{
ypan = 0;

Expand All @@ -2022,11 +2022,11 @@ static inline int param_set_scroll(const char *val, struct kernel_param *kp)
return 0;
}

#define param_check_scroll(name, p) __param_check(name, p, void);
#define param_check_scroll(name, p) __param_check(name, p, void)

module_param_named(scroll, ypan, scroll, 0);
MODULE_PARM_DESC(scroll,
"Scrolling mode, set to 'redraw', ''ypan' or 'ywrap'");
"Scrolling mode, set to 'redraw', 'ypan', or 'ywrap'");
module_param_named(vgapal, pmi_setpal, invbool, 0);
MODULE_PARM_DESC(vgapal, "Set palette using VGA registers");
module_param_named(pmipal, pmi_setpal, bool, 0);
Expand Down

0 comments on commit bc74dd4

Please sign in to comment.