KNF and space nits

This commit is contained in:
tsutsui 2012-10-14 19:06:25 +00:00
parent 0fc41fa7ec
commit 17a9010449

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.104 2012/10/14 18:38:32 tsutsui Exp $ */
/* $NetBSD: fd.c,v 1.105 2012/10/14 19:06:25 tsutsui Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.104 2012/10/14 18:38:32 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.105 2012/10/14 19:06:25 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_m68k_arch.h"
@ -975,8 +975,10 @@ fdcstart(struct fdc_softc *fdc)
{
#ifdef DIAGNOSTIC
/* only got here if controller's drive queue was inactive; should
be in idle state */
/*
* only got here if controller's drive queue was inactive; should
* be in idle state
*/
if (fdc->sc_state != DEVIDLE) {
printf("fdcstart: not idle\n");
return;