Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe use -> instead of .



details:   https://anonhg.NetBSD.org/src/rev/d44f8f22f7b2
branches:  trunk
changeset: 448600:d44f8f22f7b2
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 05 19:42:31 2019 +0000

description:
use -> instead of .

diffstat:

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

diffs (20 lines):

diff -r bcb04f83cd3b -r d44f8f22f7b2 sys/dev/raidframe/rf_compat80.c
--- a/sys/dev/raidframe/rf_compat80.c   Tue Feb 05 17:30:19 2019 +0000
+++ b/sys/dev/raidframe/rf_compat80.c   Tue Feb 05 19:42:31 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_compat80.c,v 1.9 2019/02/05 17:13:37 christos Exp $ */
+/*     $NetBSD: rf_compat80.c,v 1.10 2019/02/05 19:42:31 christos Exp $        */
 
 /*
  * Copyright (c) 2017 Matthew R. Green
@@ -226,8 +226,8 @@
 rf_fail_disk80(RF_Raid_t *raidPtr, struct rf_recon_req80 *req80)
 {
        struct rf_recon_req req = {
-               .col = req80.col,
-               .flags = req80.flags,
+               .col = req80->col,
+               .flags = req80->flags,
        };
        return rf_fail_disk(raidPtr, &req);
 }



Home | Main Index | Thread Index | Old Index