Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/raidframe Remove one of trailing whitespace which ad...



details:   https://anonhg.NetBSD.org/src/rev/992aa4b80f2a
branches:  trunk
changeset: 762016:992aa4b80f2a
user:      enami <enami%NetBSD.org@localhost>
date:      Sun Feb 13 06:17:35 2011 +0000

description:
Remove one of trailing whitespace which adds unnecessary difference
against netbsd-5 branch.

diffstat:

 sys/dev/raidframe/rf_disks.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c4121a252bc9 -r 992aa4b80f2a sys/dev/raidframe/rf_disks.c
--- a/sys/dev/raidframe/rf_disks.c      Sun Feb 13 05:51:24 2011 +0000
+++ b/sys/dev/raidframe/rf_disks.c      Sun Feb 13 06:17:35 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_disks.c,v 1.76 2010/12/04 10:01:16 mrg Exp $        */
+/*     $NetBSD: rf_disks.c,v 1.77 2011/02/13 06:17:35 enami Exp $      */
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -60,7 +60,7 @@
  ***************************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_disks.c,v 1.76 2010/12/04 10:01:16 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_disks.c,v 1.77 2011/02/13 06:17:35 enami Exp $");
 
 #include <dev/raidframe/raidframevar.h>
 
@@ -456,7 +456,7 @@
                        /* Found it.  Configure it.. */
                        diskPtr->blockSize = ac->clabel->blockSize;
                        diskPtr->numBlocks = ac->clabel->numBlocks;
-                       diskPtr->numBlocks |= 
+                       diskPtr->numBlocks |=
                            (uint64_t)ac->clabel->numBlocksHi << 32;
                        /* Note: rf_protectedSectors is already
                           factored into numBlocks here */



Home | Main Index | Thread Index | Old Index