[PATCH 01/27] scripts/moc-noinline: Use full name of the required annotation in error message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
---
 scripts/mock-noinline.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/mock-noinline.py b/scripts/mock-noinline.py
index 69cf0b4b99..712550cb7a 100644
--- a/scripts/mock-noinline.py
+++ b/scripts/mock-noinline.py
@@ -73,7 +73,7 @@ warned = False
 for func in mocked.keys():
     if func not in noninlined:
         warned = True
-        print("%s is mocked at %s but missing noinline annotation" %
+        print("%s is mocked at %s but missing 'G_GNUC_NO_INLINE' annotation" %
               (func, mocked[func]), file=sys.stderr)

 if warned:
-- 
2.34.1




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux