summaryrefslogtreecommitdiff
path: root/drivers/staging/mei/iorw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/mei/iorw.c')
-rw-r--r--drivers/staging/mei/iorw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/mei/iorw.c b/drivers/staging/mei/iorw.c
index a3fbac9..a6b9694 100644
--- a/drivers/staging/mei/iorw.c
+++ b/drivers/staging/mei/iorw.c
@@ -109,8 +109,8 @@ int mei_ioctl_connect_client(struct file *file,
dev_dbg(&dev->pdev->dev, "FW Client - Max Msg Len = %d\n",
dev->me_clients[i].props.max_msg_length);
- /* if we're connecting to amthi client so we will use the exist
- * connection
+ /* if we're connecting to amthi client then we will use the
+ * existing connection
*/
if (uuid_le_cmp(data->in_client_uuid, mei_amthi_guid) == 0) {
dev_dbg(&dev->pdev->dev, "FW Client is amthi\n");