Module Name: src
Committed By: uwe
Date: Sun Sep 22 17:31:43 UTC 2024
Modified Files:
src/sys/dev/ata: wd.c
Log Message:
wd.c: consistent whitespace within one #define group
To generate a diff of this commit:
cvs rdiff -u -r1.469 -r1.470 src/sys/dev/ata/wd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ata/wd.c
diff -u src/sys/dev/ata/wd.c:1.469 src/sys/dev/ata/wd.c:1.470
--- src/sys/dev/ata/wd.c:1.469 Mon Feb 5 21:46:06 2024
+++ src/sys/dev/ata/wd.c Sun Sep 22 17:31:43 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: wd.c,v 1.469 2024/02/05 21:46:06 andvar Exp $ */
+/* $NetBSD: wd.c,v 1.470 2024/09/22 17:31:43 uwe Exp $ */
/*
* Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved.
@@ -54,7 +54,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.469 2024/02/05 21:46:06 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.470 2024/09/22 17:31:43 uwe Exp $");
#include "opt_ata.h"
#include "opt_wd.h"
@@ -104,7 +104,7 @@ __KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.469
#define DEBUG_FUNCS 0x08
#define DEBUG_PROBE 0x10
#define DEBUG_DETACH 0x20
-#define DEBUG_XFERS 0x40
+#define DEBUG_XFERS 0x40
#ifdef ATADEBUG
#ifndef ATADEBUG_WD_MASK
#define ATADEBUG_WD_MASK 0x0