Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Insert a whitespace after comma



details:   https://anonhg.NetBSD.org/src/rev/b3fbc81f89b1
branches:  trunk
changeset: 318811:b3fbc81f89b1
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Sat May 05 21:16:31 2018 +0000
description:
Insert a whitespace after comma

diffstat:

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

diffs (27 lines):

diff -r 6e052d0ca314 -r b3fbc81f89b1 sys/dev/acpi/com_acpi.c
--- a/sys/dev/acpi/com_acpi.c   Sat May 05 20:20:43 2018 +0000
+++ b/sys/dev/acpi/com_acpi.c   Sat May 05 21:16:31 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com_acpi.c,v 1.34 2017/03/29 20:08:40 jdolecek Exp $ */
+/* $NetBSD: com_acpi.c,v 1.35 2018/05/05 21:16:31 ryoon Exp $ */
 
 /*
  * Copyright (c) 2002 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com_acpi.c,v 1.34 2017/03/29 20:08:40 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com_acpi.c,v 1.35 2018/05/05 21:16:31 ryoon Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -77,7 +77,7 @@
        if (aa->aa_node->ad_type != ACPI_TYPE_DEVICE)
                return 0;
 
-       return acpi_match_hid(aa->aa_node->ad_devinfo,com_acpi_ids);
+       return acpi_match_hid(aa->aa_node->ad_devinfo, com_acpi_ids);
 }
 
 /*



Home | Main Index | Thread Index | Old Index