summaryrefslogtreecommitdiffstats
path: root/sys/sys/disklabel.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-23 08:46:52 +0000
committerbde <bde@FreeBSD.org>2002-03-23 08:46:52 +0000
commitd27d5e3b44ff619a0151aa86993697a211e61bc7 (patch)
tree4fbccf4faf4a4159d59e5692f41ff89787b0d730 /sys/sys/disklabel.h
parentcfea68cc2558bffb3c97f4c8d7646b8266c30e9b (diff)
downloadFreeBSD-src-d27d5e3b44ff619a0151aa86993697a211e61bc7.zip
FreeBSD-src-d27d5e3b44ff619a0151aa86993697a211e61bc7.tar.gz
Fixed some style bugs in the removal of __P(()). The main ones were
not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
Diffstat (limited to 'sys/sys/disklabel.h')
-rw-r--r--sys/sys/disklabel.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index 046160a..af136d8 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -460,16 +460,15 @@ struct bio;
struct bio_queue_head;
int bounds_check_with_label(struct bio *bp, struct disklabel *lp,
- int wlabel);
-void diskerr(struct bio *bp, char *what, int blkdone,
- struct disklabel *lp);
+ int wlabel);
+void diskerr(struct bio *bp, char *what, int blkdone, struct disklabel *lp);
dev_t dkmodpart(dev_t dev, int part);
dev_t dkmodslice(dev_t dev, int slice);
u_int dkunit(dev_t dev);
char *readdisklabel(dev_t dev, struct disklabel *lp);
void bioqdisksort(struct bio_queue_head *ap, struct bio *bp);
int setdisklabel(struct disklabel *olp, struct disklabel *nlp,
- u_long openmask);
+ u_long openmask);
int writedisklabel(dev_t dev, struct disklabel *lp);
#ifdef __alpha__
struct buf;
OpenPOWER on IntegriCloud