summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-09-30 08:16:49 +0000
committerpjd <pjd@FreeBSD.org>2006-09-30 08:16:49 +0000
commitcb0554d5ccaf2727434c4654f8409875f7d3c12d (patch)
treea3170c3b189b83fc3bf1f0cea2f545d182d5b97a /sys/geom
parentb63df50b58ae257b3231a2d7abfc8c4fd6e7fdf4 (diff)
downloadFreeBSD-src-cb0554d5ccaf2727434c4654f8409875f7d3c12d.zip
FreeBSD-src-cb0554d5ccaf2727434c4654f8409875f7d3c12d.tar.gz
Remove trailing spaces.
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/eli/g_eli.c2
-rw-r--r--sys/geom/eli/g_eli_ctl.c2
-rw-r--r--sys/geom/label/g_label_msdosfs.c2
-rw-r--r--sys/geom/label/g_label_msdosfs.h6
-rw-r--r--sys/geom/nop/g_nop.h2
5 files changed, 7 insertions, 7 deletions
diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c
index 51846fc..4c58fdd 100644
--- a/sys/geom/eli/g_eli.c
+++ b/sys/geom/eli/g_eli.c
@@ -265,7 +265,7 @@ g_eli_start(struct bio *bp)
* It could be done by overwritting requested sector with
* random data g_eli_overwrites number of times.
*/
- default:
+ default:
g_io_deliver(bp, EOPNOTSUPP);
return;
}
diff --git a/sys/geom/eli/g_eli_ctl.c b/sys/geom/eli/g_eli_ctl.c
index a788ba2..e7f556b 100644
--- a/sys/geom/eli/g_eli_ctl.c
+++ b/sys/geom/eli/g_eli_ctl.c
@@ -638,7 +638,7 @@ g_eli_ctl_delkey(struct gctl_req *req, struct g_class *mp)
gctl_error(req, "No '%s' argument.", "force");
return;
}
-
+
valp = gctl_get_paraml(req, "keyno", sizeof(*valp));
if (valp == NULL) {
gctl_error(req, "No '%s' argument.", "keyno");
diff --git a/sys/geom/label/g_label_msdosfs.c b/sys/geom/label/g_label_msdosfs.c
index 6137de9..5eae234 100644
--- a/sys/geom/label/g_label_msdosfs.c
+++ b/sys/geom/label/g_label_msdosfs.c
@@ -148,7 +148,7 @@ g_label_msdosfs_taste(struct g_consumer *cp, char *label, size_t size)
(pfat32_bsbpb->BPB_NumFATs *
UINT32BYTES(pfat32_bsbpb->BPB_FATSz32));
fat_BytesPerSector = UINT16BYTES(pfat32_bsbpb->BPB_BytsPerSec);
-
+
G_LABEL_DEBUG(2,
"MSDOSFS: FAT_FirstDataSector=0x%x, FAT_BytesPerSector=%d",
fat_FirstDataSector, fat_BytesPerSector);
diff --git a/sys/geom/label/g_label_msdosfs.h b/sys/geom/label/g_label_msdosfs.h
index 761461b..a04b87f 100644
--- a/sys/geom/label/g_label_msdosfs.h
+++ b/sys/geom/label/g_label_msdosfs.h
@@ -38,7 +38,7 @@
/*
* All following structures are according to:
- *
+ *
* Microsoft Extensible Firmware Initiative FAT32 File System Specification
* FAT: General Overview of On-Disk Format
* Version 1.03, December 6, 2000
@@ -74,7 +74,7 @@ typedef struct fat_bsbpb {
uint8_t BS_FilSysType[8];
} FAT_BSBPB; /* 62 bytes */
-/*
+/*
* FAT boot sector and boot parameter block for
* FAT32 volumes
*/
@@ -110,7 +110,7 @@ typedef struct fat32_bsbpb {
uint8_t BS_FilSysType[8];
} FAT32_BSBPB; /* 90 bytes */
-/*
+/*
* FAT directory entry structure
*/
#define FAT_DES_ATTR_READ_ONLY 0x01
diff --git a/sys/geom/nop/g_nop.h b/sys/geom/nop/g_nop.h
index 0f83a5f..fa66f59 100644
--- a/sys/geom/nop/g_nop.h
+++ b/sys/geom/nop/g_nop.h
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
OpenPOWER on IntegriCloud