We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d6b71 commit 38be8ebCopy full SHA for 38be8eb
board/samsung/common/odroid_misc.c
@@ -195,12 +195,12 @@ int odroid_partition_setup(char *dev_no)
195
odroid_print_part_info(dev_no);
196
return 0;
197
err:
198
- printf( "\n****************************\n" \
199
- "\n*** Warning!!! ***\n" \
200
- "\n****************************\n" \
201
- "\This is not an Android Partition device!" \
202
- "\nIf you want Android partitioning," \
203
- "use fdisk command befor fastboot command.\n\n");
+ printf( "\n****************************\n"
+ "\n*** Warning!!! ***\n"
+ "\n****************************\n"
+ "\nThis is not an Android Partition device!"
+ "\nIf you want Android partitioning, "
+ "use fdisk command before fastboot command.\n\n");
204
return -1;
205
}
206
0 commit comments