diff options
Diffstat (limited to 'include/linux/seq_buf.h')
-rw-r--r-- | include/linux/seq_buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/seq_buf.h b/include/linux/seq_buf.h index 4f7a96a9d71a..38770688a627 100644 --- a/include/linux/seq_buf.h +++ b/include/linux/seq_buf.h | |||
@@ -73,7 +73,7 @@ extern int seq_buf_putc(struct seq_buf *s, unsigned char c); | |||
73 | extern int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len); | 73 | extern int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len); |
74 | extern int seq_buf_putmem_hex(struct seq_buf *s, const void *mem, | 74 | extern int seq_buf_putmem_hex(struct seq_buf *s, const void *mem, |
75 | unsigned int len); | 75 | unsigned int len); |
76 | extern int seq_buf_path(struct seq_buf *s, const struct path *path); | 76 | extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc); |
77 | 77 | ||
78 | extern int seq_buf_bitmask(struct seq_buf *s, const unsigned long *maskp, | 78 | extern int seq_buf_bitmask(struct seq_buf *s, const unsigned long *maskp, |
79 | int nmaskbits); | 79 | int nmaskbits); |