Running
 
-       make coccicheck MODE=report COCCI=scripts/coccinelle/err_cast.cocci
+       make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
 
 will execute the following part of the SmPL script.
 
 Example:
 
 Running
-       make coccicheck MODE=patch COCCI=scripts/coccinelle/err_cast.cocci
+       make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
 
 will execute the following part of the SmPL script.
 
 Example:
 
 Running
-       make coccicheck MODE=context COCCI=scripts/coccinelle/err_cast.cocci
+       make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
 
 will execute the following part of the SmPL script.
 
 Example:
 
 Running
-       make coccicheck MODE=org COCCI=scripts/coccinelle/err_cast.cocci
+       make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci
 
 will execute the following part of the SmPL script.