From 6367a66a6865daacae4eeda9044afc6dc45ca5cf Mon Sep 17 00:00:00 2001 From: Roel Apfelbaum Date: Sun, 3 Dec 2023 10:01:20 -0500 Subject: [PATCH] Fix comment referring to old name of CAS control device Signed-off-by: Roel Apfelbaum Signed-off-by: Robert Baldyga --- modules/cas_cache/service_ui_ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cas_cache/service_ui_ioctl.c b/modules/cas_cache/service_ui_ioctl.c index 0bd8e19ca..6f22d5f63 100644 --- a/modules/cas_cache/service_ui_ioctl.c +++ b/modules/cas_cache/service_ui_ioctl.c @@ -32,7 +32,7 @@ return map_cas_err_to_generic(ret); \ }) -/* this handles IOctl for /dev/cas */ +/* this handles IOctl for /dev/cas_ctrl */ /*********************************************/ long cas_service_ioctl_ctrl(struct file *filp, unsigned int cmd, unsigned long arg)