should be equivalent type

This commit is contained in:
twoneis 2025-03-25 16:49:12 +01:00
parent 9e070b35d1
commit 43e9927a8c

View file

@ -10,7 +10,7 @@ static int lkm_init(void);
static int lkm_exit(void); static int lkm_exit(void);
int lkm_open(struct inode *, struct file *); int lkm_open(struct inode *, struct file *);
int lkm_release(struct inode *, struct file *); int lkm_release(struct inode *, struct file *);
long lkm_ioctl(struct file *, unsigned int, long unsigend int); long lkm_ioctl(struct file *, unsigned int, long unsigend);
static struct file_operations lkm_fops = { static struct file_operations lkm_fops = {
.owner = "", .owner = "",