From 8a8e8101d50ed702d6c45959c8b3f71fdb1e811f Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Sat, 22 Dec 2007 17:32:19 +0200 Subject: ubi-utils: fixes and cleanups This patch fixes a libubi bug and does some random minor cleanups. Signed-off-by: Artem Bityutskiy --- ubi-utils/src/ubinfo.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ubi-utils/src/ubinfo.c') diff --git a/ubi-utils/src/ubinfo.c b/ubi-utils/src/ubinfo.c index 358f208..6451bda 100644 --- a/ubi-utils/src/ubinfo.c +++ b/ubi-utils/src/ubinfo.c @@ -13,13 +13,14 @@ * You should have received a copy of the GNU General Public License along with * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - * Author: Artem Bityutskiy */ /* * An utility to get UBI information. + * + * Author: Artem Bityutskiy */ + #include #include #include @@ -50,7 +51,7 @@ static struct args myargs = { }; static const char *doc = "Version " PROGRAM_VERSION "\n" - PROGRAM_NAME " - a tool to UBI information."; + PROGRAM_NAME " - a tool to print UBI information."; static const char *optionsstr = "-d, --devn= UBI device number to get information about\n" @@ -84,10 +85,9 @@ static const struct option long_options[] = { static int parse_opt(int argc, char * const argv[], struct args *args) { - char *endp; - while (1) { int key; + char *endp; key = getopt_long(argc, argv, "an:d:hV", long_options, NULL); if (key == -1) -- cgit v1.2.3