Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217513
b: refs/heads/master
c: b647277
h: refs/heads/master
i:
  217511: 2a05f4b
v: v3
  • Loading branch information
Jan Beulich authored and Linus Torvalds committed Oct 26, 2010
1 parent 6976333 commit b349c00
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: a55621f15bc61826969a29e111ba131a55ef45de
refs/heads/master: b6472776816af1ed52848c93d26e3edb3b17adab
4 changes: 2 additions & 2 deletions trunk/include/linux/moduleparam.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#define __module_cat(a,b) ___module_cat(a,b)
#define __MODULE_INFO(tag, name, info) \
static const char __module_cat(name,__LINE__)[] \
__used \
__attribute__((section(".modinfo"),unused)) = __stringify(tag) "=" info
__used __attribute__((section(".modinfo"), unused, aligned(1))) \
= __stringify(tag) "=" info
#else /* !MODULE */
#define __MODULE_INFO(tag, name, info)
#endif
Expand Down

0 comments on commit b349c00

Please sign in to comment.