From 67f682f1d3b5a61e7d55db63323f1233347f8e18 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 3 Feb 2018 16:57:36 -0800 Subject: maint.mk: exempt "/proc/filesystems" from "file system" syntax check * top/maint.mk (sc_file_system): Don't complain about "/proc/filesystems". --- top/maint.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'top/maint.mk') diff --git a/top/maint.mk b/top/maint.mk index be86fb5d52..508c2f7c39 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -421,6 +421,7 @@ sc_error_message_period: sc_file_system: @prohibit=file''system \ + exclude='/proc/filesystems' \ ignore_case=1 \ halt='found use of "file''system"; spell it "file system"' \ $(_sc_search_regexp) -- cgit v1.2.1