aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_disk.c
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2010-07-18 20:57:53 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2010-07-18 20:57:53 +0000
commit1a996ed1d8c8a87fa6b1be7b2a10b4dd4955336a (patch)
treede43d78eb0805cba0509674d2c9289233e7bb139 /sys/kern/subr_disk.c
parent805cc58ac0980f3fd700e8620eecfcf84f1a335d (diff)
downloadsrc-1a996ed1d8c8a87fa6b1be7b2a10b4dd4955336a.tar.gz
src-1a996ed1d8c8a87fa6b1be7b2a10b4dd4955336a.zip
Revert r210225 - turns out I was wrong; the "/*-" is not license-only
thing; it's also used to indicate that the comment should not be automatically rewrapped. Explained by: cperciva@
Notes
Notes: svn path=/head/; revision=210226
Diffstat (limited to 'sys/kern/subr_disk.c')
-rw-r--r--sys/kern/subr_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c
index 28b0e5e8b232..12b015944c2a 100644
--- a/sys/kern/subr_disk.c
+++ b/sys/kern/subr_disk.c
@@ -23,7 +23,7 @@ __FBSDID("$FreeBSD$");
#include <sys/disk.h>
#include <geom/geom_disk.h>
-/*
+/*-
* Disk error is the preface to plaintive error messages
* about failing disk transfers. It prints messages of the form
* "hp0g: BLABLABLA cmd=read fsbn 12345 of 12344-12347"