*: style fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
454fe29a80
commit
d6f5000c13
3 changed files with 10 additions and 9 deletions
|
@ -23,9 +23,9 @@
|
|||
int rdev_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
|
||||
int rdev_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
|
||||
{
|
||||
char const * const root_device = find_block_device("/");
|
||||
const char *root_device = find_block_device("/");
|
||||
|
||||
if (root_device != NULL) {
|
||||
if (root_device) {
|
||||
printf("%s /\n", root_device);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue