Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-localcount]: src/sys/dev Typo
details: https://anonhg.NetBSD.org/src/rev/93f6c1504243
branches: pgoyette-localcount
changeset: 852870:93f6c1504243
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Jul 26 07:44:44 2016 +0000
description:
Typo
diffstat:
sys/dev/video.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3337c2624c38 -r 93f6c1504243 sys/dev/video.c
--- a/sys/dev/video.c Tue Jul 26 07:44:21 2016 +0000
+++ b/sys/dev/video.c Tue Jul 26 07:44:44 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: video.c,v 1.32.8.1 2016/07/26 03:24:20 pgoyette Exp $ */
+/* $NetBSD: video.c,v 1.32.8.2 2016/07/26 07:44:44 pgoyette Exp $ */
/*
* Copyright (c) 2008 Patrick Mahoney <pat%polycrystal.org@localhost>
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: video.c,v 1.32.8.1 2016/07/26 03:24:20 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: video.c,v 1.32.8.2 2016/07/26 07:44:44 pgoyette Exp $");
#include "video.h"
#if NVIDEO > 0
@@ -1630,7 +1630,7 @@
flags, sc, sc->hw_dev));
hw = sc->hw_if;
- if (hw == NULL) [
+ if (hw == NULL) {
device_release(sc->sc_dev);
return ENXIO;
}
Home |
Main Index |
Thread Index |
Old Index