]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/powerpc/platforms/iseries/viopath.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / arch / powerpc / platforms / iseries / viopath.c
index b5f05d943a90526b2f60505a439fa92b5fcf9e86..2376069cdc148f33d1812fd89335fcd4bbf21033 100644 (file)
@@ -396,7 +396,7 @@ static void vio_handleEvent(struct HvLpEvent *event)
                        viopathStatus[remoteLp].mTargetInst)) {
                        printk(VIOPATH_KERN_WARN
                               "message from invalid partition. "
-                              "int msg rcvd, source inst (%d) doesnt match (%d)\n",
+                              "int msg rcvd, source inst (%d) doesn't match (%d)\n",
                               viopathStatus[remoteLp].mTargetInst,
                               event->xSourceInstanceId);
                        return;
@@ -407,7 +407,7 @@ static void vio_handleEvent(struct HvLpEvent *event)
                        viopathStatus[remoteLp].mSourceInst)) {
                        printk(VIOPATH_KERN_WARN
                               "message from invalid partition. "
-                              "int msg rcvd, target inst (%d) doesnt match (%d)\n",
+                              "int msg rcvd, target inst (%d) doesn't match (%d)\n",
                               viopathStatus[remoteLp].mSourceInst,
                               event->xTargetInstanceId);
                        return;
@@ -418,7 +418,7 @@ static void vio_handleEvent(struct HvLpEvent *event)
                    viopathStatus[remoteLp].mSourceInst) {
                        printk(VIOPATH_KERN_WARN
                               "message from invalid partition. "
-                              "ack msg rcvd, source inst (%d) doesnt match (%d)\n",
+                              "ack msg rcvd, source inst (%d) doesn't match (%d)\n",
                               viopathStatus[remoteLp].mSourceInst,
                               event->xSourceInstanceId);
                        return;
@@ -428,7 +428,7 @@ static void vio_handleEvent(struct HvLpEvent *event)
                    viopathStatus[remoteLp].mTargetInst) {
                        printk(VIOPATH_KERN_WARN
                               "message from invalid partition. "
-                              "viopath: ack msg rcvd, target inst (%d) doesnt match (%d)\n",
+                              "viopath: ack msg rcvd, target inst (%d) doesn't match (%d)\n",
                               viopathStatus[remoteLp].mTargetInst,
                               event->xTargetInstanceId);
                        return;