Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1...
[firefly-linux-kernel-4.4.55.git] / drivers / staging / sep / sep_driver.c
index 848b4c57531dcafac0edc102aaa2672c2e00564c..bf7286e01a3961ecf08bf689c4569ba84bb280a6 100644 (file)
@@ -200,7 +200,7 @@ static int sep_singleton_release(struct inode *inode, struct file *filp)
 }
 
 /**
- *     sep_request_daemonopen - request daemon open method
+ *     sep_request_daemon_open - request daemon open method
  *     @inode: inode of SEP device
  *     @filp: file handle to SEP device
  *
@@ -1101,9 +1101,9 @@ static int sep_lock_user_pages(struct sep_device *sep,
                        "lli_array[%x].bus_address is "
                        "%08lx, lli_array[%x].block_size is %x\n",
                        num_pages - 1,
-                       (unsigned long)lli_array[num_pages -1].bus_address,
+                       (unsigned long)lli_array[num_pages - 1].bus_address,
                        num_pages - 1,
-                       lli_array[num_pages -1].block_size);
+                       lli_array[num_pages - 1].block_size);
        }
 
        /* Set output params according to the in_out flag */