hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/tty/n_tracesink.c
....@@ -115,7 +115,9 @@
115115 * -EINVAL
116116 */
117117 static ssize_t n_tracesink_read(struct tty_struct *tty, struct file *file,
118
- unsigned char __user *buf, size_t nr) {
118
+ unsigned char *buf, size_t nr,
119
+ void **cookie, unsigned long offset)
120
+{
119121 return -EINVAL;
120122 }
121123