1 /// Make sure of_device_id tables are NULL terminated
5 // Options: --include-headers
16 struct of_device_id arr[] = {
27 struct of_device_id arr[] = {
36 @r depends on org || report@
41 struct of_device_id arr[] = {
49 @script:python depends on org@
54 cocci.print_main(arr,p1)
56 @script:python depends on report@
61 msg = "%s is not NULL terminated at line %s" % (arr, p1[0].line)
62 coccilib.report.print_report(p1[0],msg)