Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267848
b: refs/heads/master
c: 2f41781
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 37eef85 commit c49664f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 456419dbb389498042ea2808600d25b67f687716
refs/heads/master: 2f4178151aa52e7b41c5c5082d5c385ceac0e3ea
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,14 +333,14 @@ enum ic_inferiority_8192s {
IC_INFERIORITY_B = 1,
};

typedef enum _PCI_BRIDGE_VENDOR {
enum pci_bridge_vendor {
PCI_BRIDGE_VENDOR_INTEL = 0x0,
PCI_BRIDGE_VENDOR_ATI,
PCI_BRIDGE_VENDOR_AMD,
PCI_BRIDGE_VENDOR_SIS ,
PCI_BRIDGE_VENDOR_UNKNOWN,
PCI_BRIDGE_VENDOR_MAX ,
} PCI_BRIDGE_VENDOR;
};

struct buffer {
struct buffer *next;
Expand Down

0 comments on commit c49664f

Please sign in to comment.