usbd: code clean for warning message at locked recovery block
authorSanghee Kim <sh0130.kim@samsung.com>
Tue, 11 May 2010 13:01:08 +0000 (22:01 +0900)
committerSanghee Kim <sh0130.kim@samsung.com>
Tue, 11 May 2010 13:01:08 +0000 (22:01 +0900)
common/cmd_usbd.c

index 44c57fd..ead999b 100644 (file)
@@ -870,10 +870,10 @@ static int process_data(struct usbd_ops *usbd)
                if (ret) {
                        printf("target is locked%s\n",
                                (ret == 1) ? "-tight" : "");
-                       printf("-> try at recovery mode \
-                               to update 'system'.\n");
-                       printf("   how-to: reset \
-                               while pressing volume up and down.\n");
+                       printf("-> try at recovery mode "
+                               "to update 'system'.\n");
+                       printf("   how-to: reset "
+                               "while pressing volume up and down.\n");
                        *((ulong *) usbd->tx_data) = STATUS_ERROR;
                        usbd->send_data(usbd->tx_data, usbd->tx_len);
                        return 0;