diff options
-rw-r--r-- | scull/access.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scull/access.c b/scull/access.c index 6e20f8a..d42fc5c 100644 --- a/scull/access.c +++ b/scull/access.c @@ -334,7 +334,7 @@ static struct scull_adev_info { { "scullsingle", &scull_s_device, &scull_sngl_fops }, { "sculluid", &scull_u_device, &scull_user_fops }, { "scullwuid", &scull_w_device, &scull_wusr_fops }, - { "sullpriv", &scull_c_device, &scull_priv_fops } + { "scullpriv", &scull_c_device, &scull_priv_fops } }; #define SCULL_N_ADEVS 4 |