- Remove some extra white space.
- Wrap g_md_dumpconf() prototype to 80 columns.
This commit is contained in:
parent
74e906fa94
commit
b42f40b8eb
@ -124,8 +124,8 @@ static g_init_t g_md_init;
|
||||
static g_fini_t g_md_fini;
|
||||
static g_start_t g_md_start;
|
||||
static g_access_t g_md_access;
|
||||
static void g_md_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
|
||||
struct g_consumer *cp __unused, struct g_provider *pp);
|
||||
static void g_md_dumpconf(struct sbuf *sb, const char *indent,
|
||||
struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp);
|
||||
|
||||
static int mdunits;
|
||||
static struct cdev *status_dev = 0;
|
||||
@ -784,7 +784,6 @@ mdnew(int unit, int *errp, enum md_types type)
|
||||
static void
|
||||
mdinit(struct md_s *sc)
|
||||
{
|
||||
|
||||
struct g_geom *gp;
|
||||
struct g_provider *pp;
|
||||
|
||||
@ -1218,7 +1217,6 @@ md_preloaded(u_char *image, size_t length)
|
||||
static void
|
||||
g_md_init(struct g_class *mp __unused)
|
||||
{
|
||||
|
||||
caddr_t mod;
|
||||
caddr_t c;
|
||||
u_char *ptr, *name, *type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user