module: code clean
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
// #include <linux/sched.h>
|
||||
|
||||
typedef struct {
|
||||
int __user *user_ptr_len;
|
||||
size_t __user user_buf_len;
|
||||
void __user *user_buf;
|
||||
} ioctl_dump_param;
|
||||
int __user *user_ptr_len;
|
||||
size_t __user user_buf_len;
|
||||
void __user *user_buf;
|
||||
} ioctl_dump_param; // for ioctl_num 1;
|
||||
|
||||
typedef struct {
|
||||
pid_t task_id; // current process id
|
||||
|
||||
Reference in New Issue
Block a user