From 14ced9f01eb939657173f2a9a51857f743d4fc1b Mon Sep 17 00:00:00 2001
From: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
Date: Sun, 26 Jan 2025 15:59:58 +0100
Subject: [PATCH] Fix specificity of comments in udev rules

Both rules indicate that they each configure "WLAN and Bluetooth", but
each rules configures only one of the two.
---
 bootmac-bluetooth.rules | 2 +-
 bootmac-wifi.rules      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootmac-bluetooth.rules b/bootmac-bluetooth.rules
index f106d87..42f5fc6 100644
--- a/bootmac-bluetooth.rules
+++ b/bootmac-bluetooth.rules
@@ -1,5 +1,5 @@
 #
-# Configure the MAC addresses of the WLAN and Bluetooth interfaces when they appear.
+# Configure the MAC addresses of the Bluetooth interfaces when they appear.
 # Copyright (c) Dylan Van Assche (2022)
 # SPDX-License-Identifier: GPL-3.0-or-later
 #
diff --git a/bootmac-wifi.rules b/bootmac-wifi.rules
index 133b8ee..c02238a 100644
--- a/bootmac-wifi.rules
+++ b/bootmac-wifi.rules
@@ -1,5 +1,5 @@
 #
-# Configure the MAC addresses of the WLAN and Bluetooth interfaces when they appear.
+# Configure the MAC addresses of the WLAN interfaces when they appear.
 # Copyright (c) Dylan Van Assche (2022)
 # SPDX-License-Identifier: GPL-3.0-or-later
 #
-- 
GitLab