debugfs.c fix typo

This commit is contained in:
Ciro Santilli
2025-04-28 10:39:23 +01:00
parent 0848a68a5a
commit 4ba9d370db

View File

@@ -8,7 +8,7 @@
static struct dentry *dir, *toplevel_file;
static u32 value = 42;
/* This basically re-implents the write operation of debugfs_create_u32,
/* This basically re-implements the write operation of debugfs_create_u32,
* it is just an excuse to illustrate a fop. */
static ssize_t write(struct file *filp, const char __user *buf, size_t len, loff_t *off)
{