projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca7ee6
)
fallout from constified seq_operations
author
Al Viro
<viro@ftp.linux.org.uk>
Sun, 15 Jul 2007 20:01:12 +0000
(21:01 +0100)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 15 Jul 2007 23:40:52 +0000
(16:40 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
net/atm/proc.c
patch
|
blob
|
blame
|
history
diff --git
a/net/atm/proc.c
b/net/atm/proc.c
index 88154da62cd32840c576545410b0f0bc09532b38..99fc1fe950eeba01f4a1de204cfbf0b583bdd55f 100644
(file)
--- a/
net/atm/proc.c
+++ b/
net/atm/proc.c
@@
-110,7
+110,7
@@
static inline void *vcc_walk(struct vcc_state *state, loff_t l)
}
static int __vcc_seq_open(struct inode *inode, struct file *file,
- int family, struct seq_operations *ops)
+ int family,
const
struct seq_operations *ops)
{
struct vcc_state *state;
struct seq_file *seq;