diff --git a/ipl_tools/fcp.c b/ipl_tools/fcp.c index 6532a6da..8e23424a 100644 --- a/ipl_tools/fcp.c +++ b/ipl_tools/fcp.c @@ -46,7 +46,6 @@ void fcp_wwpn_get(const char *device, char *wwpn) fclose(fh); } - /* * Return the lun of a device */ diff --git a/ipl_tools/system.c b/ipl_tools/system.c index f3f511d3..59760f59 100644 --- a/ipl_tools/system.c +++ b/ipl_tools/system.c @@ -137,4 +137,3 @@ int write_str_errno(char *string, char *file) close(fh); return 0; } -