You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-linux-kernel/patches.suse/novfs-fix-debug-message.patch

23 lines
558 B

From: Sankar P <psankar@novell.com>
Subject: novfs: fix debug message
Patch-mainline: no
Signed-off-by: Sankar P <psankar@novell.com>
Acked-by: Jiri Benc <jbenc@suse.cz>
---
fs/novfs/daemon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/fs/novfs/daemon.c
+++ b/fs/novfs/daemon.c
@@ -1590,7 +1590,7 @@ int novfs_daemon_lib_ioctl(struct inode
break;
case NWC_SET_CONN_INFO:
- DbgIocCall("NwGetConnInfo");
+ DbgIocCall("NwSetConnInfo");
retCode =
novfs_set_conn_info(&data, dh->session);
break;