My compiler didn't complain, but it's good to clean it up
regardless. I've also applied the dump.c fixes, as this is
similar (as far as dump_in_progress is concerned) to what
Bharata saw.
Anyway, both are checked in now:
Checking in fixes to dump.c and lkcd_config.c based on Monty Vanderbilt's
review of the code. There were a few good problems to fix, both in
comments, ioctl() variables, and in dump.c where compression module(s)
were being initialized twice.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: 2.4/drivers/block/dump.c lkcdutils/lkcd_config/lkcd_config.c
CVS: ----------------------------------------------------------------------
--Matt
On Fri, 21 Sep 2001, Monty Vanderbilt wrote:
|>The patch below fixes some trivial comment typos and warnings from the lack
|>of an ioctl prototype. Do others routinely ignore these warnings or is my
|>compiler setup just pickier than normal?
|