Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[pandora-kernel.git] / arch / powerpc / platforms / iseries / viopath.c
index b5f05d9..2376069 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;