Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2024 13:24:30 GMT
From:      Dmitry Salychev <dsl@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 971b77da4649 - main - arm64: Return newline at the end of NOTES back
Message-ID:  <202405221324.44MDOUEB099176@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405221324.44MDOUEB099176>