Run PNP files through Lindent.  These patches contain no functional
changes.  I verified that the i386 object files before and after are
identical like this:

    $ grep PNP .config
    # CONFIG_IP_PNP is not set
    CONFIG_PNP=y
    CONFIG_PNP_DEBUG=y
    CONFIG_ISAPNP=y
    CONFIG_PNPBIOS=y
    CONFIG_PNPBIOS_PROC_FS=y
    CONFIG_PNPACPI=y
    CONFIG_BLK_DEV_IDEPNP=y
    CONFIG_SERIAL_8250_PNP=y
    $ quilt pop -a
    $ make bzImage
    $ mkdir /tmp/before
    $ cp -pr * /tmp/before/
    $ quilt push 2
    $ make bzImage
    $ find . -name \*.o -exec cmp /tmp/before/'{}' '{}' \;

Andrew and Len, thanks for your flexibility.  I know patches like
these are a nuisance.

Bjorn

--
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to