Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101991
b: refs/heads/master
c: 1410946
h: refs/heads/master
i:
  101989: 0e1f09a
  101987: d4331d1
  101983: 85851dc
v: v3
  • Loading branch information
Adrian Bunk authored and Andi Kleen committed Jul 16, 2008
1 parent 0e3dc97 commit c9afa28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 47c00d2bc2ef2cf8a608688144fe2093a2aa9507
refs/heads/master: 141094612d2606395a7b9e8658d10ef5c487cf97
4 changes: 2 additions & 2 deletions trunk/drivers/misc/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ enum {
CM_ASL_LID
};

const char *cm_getv[] = {
static const char *cm_getv[] = {
"WLDG", NULL, NULL, NULL,
"CAMG", NULL, NULL, NULL,
NULL, "PBLG", NULL, NULL,
Expand All @@ -96,7 +96,7 @@ const char *cm_getv[] = {
"CRDG", "LIDG"
};

const char *cm_setv[] = {
static const char *cm_setv[] = {
"WLDS", NULL, NULL, NULL,
"CAMS", NULL, NULL, NULL,
"SDSP", "PBLS", "HDPS", NULL,
Expand Down

0 comments on commit c9afa28

Please sign in to comment.