fix
This commit is contained in:
parent
89363a1d51
commit
bbcc1f9dd7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ lkm_open(struct inode *inode, struct file *fp)
|
||||||
int
|
int
|
||||||
lkm_release(struct inode *inode, struct file *fp)
|
lkm_release(struct inode *inode, struct file *fp)
|
||||||
{
|
{
|
||||||
printk(KERN_INFO "lkm: release: start";)
|
printk(KERN_INFO "lkm: release: start");
|
||||||
}
|
}
|
||||||
|
|
||||||
long
|
long
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue