Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/pci/imcsmb Fix the attach message - needs a ": "
details: https://anonhg.NetBSD.org/src/rev/b65f0e7fb1f7
branches: trunk
changeset: 320851:b65f0e7fb1f7
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Mar 03 05:27:02 2018 +0000
description:
Fix the attach message - needs a ": "
diffstat:
sys/arch/x86/pci/imcsmb/imcsmb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 81da7cd87b1a -r b65f0e7fb1f7 sys/arch/x86/pci/imcsmb/imcsmb.c
--- a/sys/arch/x86/pci/imcsmb/imcsmb.c Sat Mar 03 04:32:46 2018 +0000
+++ b/sys/arch/x86/pci/imcsmb/imcsmb.c Sat Mar 03 05:27:02 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: imcsmb.c,v 1.1 2018/03/01 04:45:06 pgoyette Exp $ */
+/* $NetBSD: imcsmb.c,v 1.2 2018/03/03 05:27:02 pgoyette Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imcsmb.c,v 1.1 2018/03/01 04:45:06 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imcsmb.c,v 1.2 2018/03/03 05:27:02 pgoyette Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -123,7 +123,7 @@
struct imc_attach_args *imca = aux;
aprint_naive("\n");
- aprint_normal("SMBus controller\n");
+ aprint_normal(": SMBus controller\n");
/* Initialize private state */
sc->sc_dev = self;
Home |
Main Index |
Thread Index |
Old Index