From a1fb6a6103cc7d38d54270bcdb9779982d329c9e Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 16 Oct 2024 21:55:42 -0600 Subject: Be stricter with filenames --- cmd/sbc_harness/main.c | 2 +- cmd/sbc_harness/usb_keyboard.c | 2 +- cmd/sbc_harness/usb_keyboard.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd/sbc_harness') diff --git a/cmd/sbc_harness/main.c b/cmd/sbc_harness/main.c index b120d46..9564665 100644 --- a/cmd/sbc_harness/main.c +++ b/cmd/sbc_harness/main.c @@ -1,4 +1,4 @@ -/* main.c - Main entry point and event loop for sbc-harness +/* sbc_harness/main.c - Main entry point and event loop for sbc-harness * * Copyright (C) 2024 Luke T. Shumaker * SPDX-Licence-Identifier: AGPL-3.0-or-later diff --git a/cmd/sbc_harness/usb_keyboard.c b/cmd/sbc_harness/usb_keyboard.c index 4e20330..b98345c 100644 --- a/cmd/sbc_harness/usb_keyboard.c +++ b/cmd/sbc_harness/usb_keyboard.c @@ -1,4 +1,4 @@ -/* usb_keyboard.c - Implementation of a USB keyboard device +/* sbc_harness/usb_keyboard.c - Implementation of a USB keyboard device * * Copyright (C) 2024 Luke T. Shumaker * SPDX-Licence-Identifier: AGPL-3.0-or-later diff --git a/cmd/sbc_harness/usb_keyboard.h b/cmd/sbc_harness/usb_keyboard.h index d946ff6..2227220 100644 --- a/cmd/sbc_harness/usb_keyboard.h +++ b/cmd/sbc_harness/usb_keyboard.h @@ -1,4 +1,4 @@ -/* usb_keyboard.h - Implementation of a USB keyboard device +/* sbc_harness/usb_keyboard.h - Implementation of a USB keyboard device * * Copyright (C) 2024 Luke T. Shumaker * SPDX-Licence-Identifier: AGPL-3.0-or-later -- cgit v1.2.3-2-g168b