Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/d29e06aa09f1
branches: trunk
changeset: 772961:d29e06aa09f1
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sun Jan 22 16:09:08 2012 +0000
description:
Trailing whitespace.
diffstat:
sys/dev/ic/mvsata.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 897e90ef617c -r d29e06aa09f1 sys/dev/ic/mvsata.c
--- a/sys/dev/ic/mvsata.c Sun Jan 22 15:37:23 2012 +0000
+++ b/sys/dev/ic/mvsata.c Sun Jan 22 16:09:08 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mvsata.c,v 1.13 2012/01/21 18:33:17 jakllsch Exp $ */
+/* $NetBSD: mvsata.c,v 1.14 2012/01/22 16:09:08 jakllsch Exp $ */
/*
* Copyright (c) 2008 KIYOHARA Takashi
* All rights reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mvsata.c,v 1.13 2012/01/21 18:33:17 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mvsata.c,v 1.14 2012/01/22 16:09:08 jakllsch Exp $");
#include "opt_mvsata.h"
@@ -2277,7 +2277,7 @@
static void
mvsata_atapi_done(struct ata_channel *chp, struct ata_xfer *xfer)
-{
+{
struct atac_softc *atac = chp->ch_atac;
struct scsipi_xfer *sc_xfer = xfer->c_cmd;
int drive = xfer->c_drive;
Home |
Main Index |
Thread Index |
Old Index