Changeset 992

Show
Ignore:
Timestamp:
01/15/01 01:07:58 (8 years ago)
Author:
mds
Message:

Fix comment about 1st arg to mkpatch is sensors root, not i2c root.

Thanks Chris Karakas.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/INSTALL

    r976 r992  
    255255The kernel diffs are generated by the program `mkpatch.pl' in the mkpatch 
    256256subdirectory. It needs two arguments: the first one is the root of the 
    257 i2c package, the second one is the root of the kernel tree against 
     257lm_sensors package, the second one is the root of the kernel tree against 
    258258which the diffs will be generated. For example: 
    259259  cd /tmp/lm_sensors-2.4.0 
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r975 r992  
    2323$temp = "mkpatch/.temp"; 
    2424 
    25 # Generate a diff between the old kernel file and the new I2C file. We 
     25# Generate a diff between the old kernel file and the new lm_sensors file. We 
    2626# arrange the headers to tell us the old tree was under directory 
    2727# `linux-old', and the new tree under `linux'.