lkml.org 
[lkml]   [1996]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
Subject1.3.72: spelling error
In drivers/scsi/Config.in you can read
...Disk Geometery determination...
^ leave this out

I also wonder if it wouldn't be wise to use enums instead of #defines
in /usr/include/linux/pci.h. (e.g. PCI_VENDOR_ID_CT 0x102c):

typedef enum {
...
CT = 0x102c,
...
} PCI_VENDOR_ID;

I'm not sure whether enums have their own scope in ANSI-C, but the
idea seems to be nice. Also I wonder if we can't sort all the IDs
that must be sorted during startup (as opposed to sortinmg while
typing them). It would be easier to find something if the IDs were
ordered by name instead of value.

Let's see what the others think!

Ulrich


\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.016 / U:0.356 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site