Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311145
b: refs/heads/master
c: 246f6f2
h: refs/heads/master
i:
  311143: 0890379
v: v3
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Jun 18, 2012
1 parent 087fb16 commit 44dc252
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: b56a39ac263e5b8cafedd551a49c2105e68b98c2
refs/heads/master: 246f6f2ff2c5cf46ded6d06f11f63e38bad880d1
10 changes: 5 additions & 5 deletions trunk/include/linux/kmsg_dump.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@ static inline void kmsg_dump(enum kmsg_dump_reason reason)
{
}

bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog,
const char *line, size_t size, size_t *len)
static inline bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog,
const char *line, size_t size, size_t *len)
{
return false;
}

bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog,
char *buf, size_t size, size_t *len)
static inline bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog,
char *buf, size_t size, size_t *len)
{
return false;
}

void kmsg_dump_rewind(struct kmsg_dumper *dumper)
static inline void kmsg_dump_rewind(struct kmsg_dumper *dumper)
{
}

Expand Down

0 comments on commit 44dc252

Please sign in to comment.