Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126860
b: refs/heads/master
c: 34a4c5e
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Dmitry Torokhov committed Dec 29, 2008
1 parent 541bd47 commit b8f0c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e0ee629878d91da998fc26e8fa8b977177f70f39
refs/heads/master: 34a4c5eb421dab6fe8381aa12c990f9d6f645b17
2 changes: 1 addition & 1 deletion trunk/include/linux/map_to_7segment.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct seg7_conversion_map {
unsigned char table[128];
};

static inline int map_to_seg7(struct seg7_conversion_map *map, int c)
static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c)
{
return c >= 0 && c < sizeof(map->table) ? map->table[c] : -EINVAL;
}
Expand Down

0 comments on commit b8f0c8c

Please sign in to comment.