PATCH: more typo fixes

From: Alan Cox (alan_at_lxorguk.ukuu.org.uk)
Date: 07/27/03

  • Next message: Alan Cox: "PATCH: docs for updated sk98 from vendor"
    Date:	Sun, 27 Jul 2003 21:06:20 +0100
    To: linux-kernel@vger.kernel.org, torvalds@osdl.org
    
    

    (Steven Cole)
    diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/media/video/zr36120.c linux-2.6.0-test2-ac1/drivers/media/video/zr36120.c
    --- linux-2.6.0-test2/drivers/media/video/zr36120.c 2003-07-10 21:09:33.000000000 +0100
    +++ linux-2.6.0-test2-ac1/drivers/media/video/zr36120.c 2003-07-15 18:01:29.000000000 +0100
    @@ -488,7 +488,7 @@
                         vcp->width < 0 || (uint)(vcp->x+vcp->width) > ztv->overinfo.w ||
                         vcp->height < 0 || (vcp->y+vcp->height) > ztv->overinfo.h)
                     {
    - DEBUG(printk(CARD_DEBUG "illegal clipzone (%d,%d,%d,%d) not in (0,0,%d,%d), adapting\n",CARD,vcp->x,vcp->y,vcp->width,vcp->height,ztv->overinfo.w,ztv->overinfo.h));
    + DEBUG(printk(CARD_DEBUG "invalid clipzone (%d,%d,%d,%d) not in (0,0,%d,%d), adapting\n",CARD,vcp->x,vcp->y,vcp->width,vcp->height,ztv->overinfo.w,ztv->overinfo.h));
                             if (vcp->x < 0) vcp->x = 0;
                             if ((uint)vcp->x > ztv->overinfo.w) vcp->x = ztv->overinfo.w;
                             if (vcp->y < 0) vcp->y = 0;
    diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/mtd/maps/elan-104nc.c linux-2.6.0-test2-ac1/drivers/mtd/maps/elan-104nc.c
    --- linux-2.6.0-test2/drivers/mtd/maps/elan-104nc.c 2003-07-10 21:09:03.000000000 +0100
    +++ linux-2.6.0-test2-ac1/drivers/mtd/maps/elan-104nc.c 2003-07-23 16:39:58.000000000 +0100
    @@ -27,7 +27,7 @@
        
        16 bit I/O port (0x22) for some sort of paging.
     
    -The single flash device is divided into 3 partition which appear as seperate
    +The single flash device is divided into 3 partition which appear as separate
     MTD devices.
     
     Linux thinks that the I/O port is used by the PIC and hence check_region() will
    diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/mtd/maps/scb2_flash.c linux-2.6.0-test2-ac1/drivers/mtd/maps/scb2_flash.c
    --- linux-2.6.0-test2/drivers/mtd/maps/scb2_flash.c 2003-07-10 21:10:50.000000000 +0100
    +++ linux-2.6.0-test2-ac1/drivers/mtd/maps/scb2_flash.c 2003-07-23 16:39:58.000000000 +0100
    @@ -31,17 +31,17 @@
      *
      * The actual BIOS layout has been mostly reverse engineered. Intel BIOS
      * updates for this board include 10 related (*.bio - &.bi9) binary files and
    - * another seperate (*.bbo) binary file. The 10 files are 64k of data + a
    + * another separate (*.bbo) binary file. The 10 files are 64k of data + a
      * small header. If the headers are stripped off, the 10 64k files can be
      * concatenated into a 640k image. This is your BIOS image, proper. The
    - * seperate .bbo file also has a small header. It is the 'Boot Block'
    + * separate .bbo file also has a small header. It is the 'Boot Block'
      * recovery BIOS. Once the header is stripped, no further prep is needed.
      * As best I can tell, the BIOS is arranged as such:
      * offset 0x00000 to 0x4ffff (320k): unknown - SCSI BIOS, etc?
      * offset 0x50000 to 0xeffff (640k): BIOS proper
      * offset 0xf0000 ty 0xfffff (64k): Boot Block region
      *
    - * Intel's BIOS update program flashes the BIOS and Boot Block in seperate
    + * Intel's BIOS update program flashes the BIOS and Boot Block in separate
      * steps. Probably a wise thing to do.
      */
     
    diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/net/eepro.c linux-2.6.0-test2-ac1/drivers/net/eepro.c
    --- linux-2.6.0-test2/drivers/net/eepro.c 2003-07-10 21:12:49.000000000 +0100
    +++ linux-2.6.0-test2-ac1/drivers/net/eepro.c 2003-07-15 18:01:29.000000000 +0100
    @@ -819,7 +819,7 @@
                                             }
                                     }
                                     if (dev->irq < 2) {
    - printk(KERN_ERR " Duh! illegal interrupt vector stored in EEPROM.\n");
    + printk(KERN_ERR " Duh! invalid interrupt vector stored in EEPROM.\n");
                             retval = -ENODEV;
                             goto freeall;
                                     } else
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Alan Cox: "PATCH: docs for updated sk98 from vendor"

    Relevant Pages

    • Re: Reminder: Windows XP Runs Natively On Intel Macs
      ... All it does is pick a partition to use as the boot volume--it's not a bootloader. ... All the BIOS does is initialize the hardware and pass off to the bootloader. ... put the Vista install DVD in the drive, ...
      (comp.sys.mac.advocacy)
    • Re: [SLE] Yast gets incorrect hard disk size during install
      ... >>format as well as partition the HD. ... Linux wants the BIOS to be in control of the hardware but what almost ... everybody who installs M$ does is answer YES to the question in the BIOS ... the first 256 bytes of the partition. ...
      (SuSE)
    • Re: Grub Manual ... Solved
      ... partition on that drive, which is the second 0 since all this crap runs on ... the hd?'s refer to the bios bootable devices. ... grub, from root to boot, because it actually tells grub where its boot ... 1024 cylinders for some time after larger drives were available. ...
      (Fedora)
    • Re: Installed 5.2RC from CDROM, fails to boot in manager
      ... to be able to determine the geometry, but it must end on a cylinder boundary ... virtual cylinder except possibly on 10-20 year old drives. ... The BIOS has ... > partition that you delete in FreeBSD later. ...
      (freebsd-current)
    • fdisk question (long)
      ... in the BIOS is set as LBA. ... The data for partition 1 is: ... sysid 165, ... Q2: What is the Warning: BIOS sector numbering starts with sector 1 ...
      (freebsd-questions)