From 59dde3853e07aaadc2b63abd16c954d5b0606cf1 Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Mon, 1 Feb 2010 13:41:22 +0800 Subject: [PATCH] markup_oops.pl: minor fixes 1. Fix a little format issue. 2. Check the return of "Getopt::Long::GetOptions". Output usage and exit if it get error. 3. Change $ARGV[$#ARGV] to $ARGV[0]. 4. Change the code which get $modulefile from modinfo. Replace the pipeline with `modinfo -F filename $module`. 4. Change usage from "Specify the module directory name" to "Specify the module filename". Signed-off-by: Hui Zhu Signed-off-by: Michal Marek --- Reading git-format-patch failed