summaryrefslogtreecommitdiffstats
path: root/sys/dev/cs
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-01-18 17:52:57 +0000
committerimp <imp@FreeBSD.org>2010-01-18 17:52:57 +0000
commitfa634b9a7f5662dfcad7538082fc00927f229817 (patch)
tree044ff7a7d37c1d5ed812dbd9b9d1b27223715eae /sys/dev/cs
parent7a4a8f7c7d2bc7b558739d0c279d2d6025406631 (diff)
downloadFreeBSD-src-fa634b9a7f5662dfcad7538082fc00927f229817.zip
FreeBSD-src-fa634b9a7f5662dfcad7538082fc00927f229817.tar.gz
Fix indentation nit.
Diffstat (limited to 'sys/dev/cs')
-rw-r--r--sys/dev/cs/if_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c
index 8baaafd..b32a03d 100644
--- a/sys/dev/cs/if_cs.c
+++ b/sys/dev/cs/if_cs.c
@@ -852,7 +852,7 @@ cs_write_mbufs( struct cs_softc *sc, struct mbuf *m )
* Ignore empty parts
*/
if (!len)
- continue;
+ continue;
/*
* Find actual data address
OpenPOWER on IntegriCloud