git: 971b77da4649 - main - arm64: Return newline at the end of NOTES back
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 May 2024 13:24:30 UTC
The branch main has been updated by dsl:
URL: https://cgit.FreeBSD.org/src/commit/?id=971b77da4649010a8b6b3adfaa21c550cd37dc52
commit 971b77da4649010a8b6b3adfaa21c550cd37dc52
Author: Dmitry Salychev <dsl@FreeBSD.org>
AuthorDate: 2024-05-22 13:20:40 +0000
Commit: Dmitry Salychev <dsl@FreeBSD.org>
CommitDate: 2024-05-22 13:20:40 +0000
arm64: Return newline at the end of NOTES back
It fixes LINT kernel build after ac4ddc467bfe.
MFC after: 3 days
---
sys/arm64/conf/NOTES | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES
index cc713db86538..b3bf2fedd5f7 100644
--- a/sys/arm64/conf/NOTES
+++ b/sys/arm64/conf/NOTES
@@ -252,4 +252,4 @@ options ZFS
#
device iichid # HID-over-I2C support
options IICHID_DEBUG # Enable HID-over-I2C debug messages
-options IICHID_SAMPLING # Workaround missing GPIO INTR support
\ No newline at end of file
+options IICHID_SAMPLING # Workaround missing GPIO INTR support