From 3a5ca979aa9e1bb9d1a6d0dda7278d24573ba9bd Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Fri, 6 Sep 2019 11:35:03 -0500 Subject: [PATCH] linux-mod.eclass: minor @USAGE syntax fix Signed-off-by: Ben Kohler --- eclass/linux-mod.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 5b1b8f65cee0..7c26a4a1539d 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -214,7 +214,7 @@ use_m() { } # @FUNCTION: convert_to_m -# @USAGE: /path/to/the/file +# @USAGE: # @DESCRIPTION: # It converts a file (e.g. a makefile) to use M= instead of SUBDIRS= convert_to_m() { -- 2.26.2