git: 7628f0e92398 - stable/13 - devctl.h: Spelling typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Dec 2021 15:56:35 UTC
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=7628f0e92398ad021c82786d0027cd444837ba16 commit 7628f0e92398ad021c82786d0027cd444837ba16 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-11-24 09:12:35 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-12-06 15:55:58 +0000 devctl.h: Spelling typo Spell identifier correctly. While I'm here, further simplify. Fixes: ee2c52fd3fd9 Sponsored by: Netflix (cherry picked from commit b3fab418301eaadb3b9ac24f9ff295a84521dc54) --- sys/sys/devctl.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/sys/devctl.h b/sys/sys/devctl.h index 2cf84e420874..b72cd28dfce8 100644 --- a/sys/sys/devctl.h +++ b/sys/sys/devctl.h @@ -1,10 +1,7 @@ /*- * Copyright 2020 M. Warner Losh <imp@FreeBSD.org> * - * SPDX-License-Idnetifier: BSD-2-Clause - * - * $FreeBSD$ - * + * SPDX-License-Identifier: BSD-2-Clause */ #ifndef _SYS_DEVCTL_H_