Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86812
b: refs/heads/master
c: acc4988
h: refs/heads/master
v: v3
  • Loading branch information
Mathieu Desnoyers authored and Linus Torvalds committed Mar 5, 2008
1 parent 6f26d25 commit 7fd1cd2
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 544adb41077a10d299a1094f12ec55a5843a9bdb
refs/heads/master: acc4988bcf38f9618886eaeb9802aeacc6978ec2
8 changes: 7 additions & 1 deletion trunk/include/linux/marker.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,16 @@ static inline void marker_update_probe_range(struct marker *begin,
#define MARK_NOARGS " "

/* To be used for string format validity checking with gcc */
static inline void __printf(1, 2) __mark_check_format(const char *fmt, ...)
static inline void __printf(1, 2) ___mark_check_format(const char *fmt, ...)
{
}

#define __mark_check_format(format, args...) \
do { \
if (0) \
___mark_check_format(format, ## args); \
} while (0)

extern marker_probe_func __mark_empty_function;

extern void marker_probe_cb(const struct marker *mdata,
Expand Down

0 comments on commit 7fd1cd2

Please sign in to comment.