From 68cf95f3183c7bd60feab3bb774e1e4c7f36fe71 Mon Sep 17 00:00:00 2001 From: Lior Dotan Date: Tue, 7 Oct 2008 14:14:04 +0200 Subject: Staging: SLICOSS: Fix remaining type names Fix the remaining variables that still had '_t' as a postfix and also a couple of checkpatch warnings. Signed-off-by: Lior Dotan Signed-off-by: Greg Kroah-Hartman --- drivers/staging/slicoss/slichw.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/staging/slicoss/slichw.h') diff --git a/drivers/staging/slicoss/slichw.h b/drivers/staging/slicoss/slichw.h index 4c5c15d49e6..d03e90b0675 100644 --- a/drivers/staging/slicoss/slichw.h +++ b/drivers/staging/slicoss/slichw.h @@ -702,7 +702,7 @@ struct vendor4_fru { unsigned char pad[3]; }; -union oemfru_t { +union oemfru { struct vendor1_fru vendor1_fru; struct vendor2_fru vendor2_fru; struct vendor3_fru vendor3_fru; @@ -764,7 +764,7 @@ struct slic_eeprom { unsigned char FruFormat; /* Alacritech FRU format type */ struct atk_fru AtkFru; /* Alacritech FRU information */ unsigned char OemFruFormat; /* optional OEM FRU format type */ - union oemfru_t OemFru; /* optional OEM FRU information */ + union oemfru OemFru; /* optional OEM FRU information */ unsigned char Pad[4]; /* Pad to 128 bytes - includes 2 cksum bytes *(if OEM FRU info exists) and two unusable * bytes at the end */ @@ -809,7 +809,7 @@ struct oslic_eeprom { unsigned char FruFormat; /* 35 Alacritech FRU format type */ struct atk_fru AtkFru; /* Alacritech FRU information */ unsigned char OemFruFormat; /* optional OEM FRU format type */ - union oemfru_t OemFru; /* optional OEM FRU information */ + union oemfru OemFru; /* optional OEM FRU information */ unsigned char Pad[4]; /* Pad to 128 bytes - includes 2 checksum bytes * (if OEM FRU info exists) and two unusable * bytes at the end -- cgit v1.2.3