From 921e6237635894dea4a67154be4c1089263f2937 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 18 Apr 2004 06:36:12 +0000 Subject: [PATCH] Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed the same style bug in revs.1.20, 1.18, 1.15 and 1.12. --- sys/dev/puc/pucdata.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index a68315324b0..12c30fe09d5 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -1031,8 +1031,8 @@ const struct puc_device_description puc_devices[] = { /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */ { "Moxa Technologies, Smartio C104H/PCI", NULL, - { 0x1393, 0x1040, 0, 0 }, - { 0xffff, 0xffff, 0, 0, }, + { 0x1393, 0x1040, 0, 0 }, + { 0xffff, 0xffff, 0, 0, }, { { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 }, { PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 }, @@ -1044,8 +1044,8 @@ const struct puc_device_description puc_devices[] = { /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */ { "Moxa Technologies, Smartio CP-104UL/PCI", NULL, - { 0x1393, 0x1041, 0, 0 }, - { 0xffff, 0xffff, 0, 0, }, + { 0x1393, 0x1041, 0, 0 }, + { 0xffff, 0xffff, 0, 0, }, { { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 }, { PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 }, @@ -1149,8 +1149,8 @@ const struct puc_device_description puc_devices[] = { { "IC Book Labs Ironclad x8 Lite", NULL, - { 0xb00c, 0x041c, 0, 0 }, - { 0xffff, 0xffff, 0, 0 }, + { 0xb00c, 0x041c, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, { { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ }, @@ -1166,8 +1166,8 @@ const struct puc_device_description puc_devices[] = { { "IC Book Labs Ironclad x8 Pro", NULL, - { 0xb00c, 0x051c, 0, 0 }, - { 0xffff, 0xffff, 0, 0 }, + { 0xb00c, 0x051c, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, { { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ }, @@ -1183,8 +1183,8 @@ const struct puc_device_description puc_devices[] = { { "IC Book Labs Dreadnought x16 Lite", NULL, - { 0xb00c, 0x091c, 0, 0 }, - { 0xffff, 0xffff, 0, 0 }, + { 0xb00c, 0x091c, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, { { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ }, @@ -1208,8 +1208,8 @@ const struct puc_device_description puc_devices[] = { { "IC Book Labs Dreadnought x16 Pro", NULL, - { 0xb00c, 0x081c, 0, 0 }, - { 0xffff, 0xffff, 0, 0 }, + { 0xb00c, 0x081c, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, { { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8, 0x200000 }, { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8, 0x200000 },