Home
last modified time | relevance | path

Searched refs:WARNING (Results 1 – 25 of 141) sorted by relevance

123456

/Linux-v4.19/scripts/coccinelle/api/
Dptr_ret.cocci65 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
72 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
78 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
84 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
90 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
96 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
Dkstrdup.cocci79 cocci.print_main("WARNING opportunity for kstrdep",p1)
87 cocci.print_main("WARNING opportunity for kstrdep",p1)
95 msg = "WARNING opportunity for kstrdep (strcpy on line %s)" % (p2[0].line)
103 msg = "WARNING opportunity for kstrdep (memcpy on line %s)" % (p2[0].line)
Derr_cast.cocci46 msg="WARNING ERR_CAST can be used with %s" % (x)
55 msg="WARNING: ERR_CAST can be used with %s" % (x)
Dvma_pages.cocci51 msg="WARNING: Consider using vma_pages helper on %s" % (x)
59 msg="WARNING: Consider using vma_pages helper on %s" % (x)
Dmemdup_user.cocci54 coccilib.org.print_todo(p[0], "WARNING opportunity for memdup_user")
60 coccilib.report.print_report(p[0], "WARNING opportunity for memdup_user")
Dcheck_bq27xxx_data.cocci87 "WARNING %s and %s (line %d) are identical\n"
123 "WARNING %s and %s (line %d) are identical\n"
159 "WARNING %s and %s (line %d) are identical\n"
Dmemdup.cocci59 coccilib.org.print_todo(p[0], "WARNING opportunity for kmemdup")
65 coccilib.report.print_report(p[0], "WARNING opportunity for kmemdup")
Dresource_size.cocci83 msg="WARNING with %s" % (x)
92 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
/Linux-v4.19/scripts/coccinelle/null/
Dbadzero.cocci73 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
79 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
171 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0, suggest !E")
177 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
183 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E")
189 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
232 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
238 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
/Linux-v4.19/scripts/coccinelle/misc/
Dboolinit.cocci136 cocci.print_main("WARNING: Comparison to bool",p)
142 cocci.print_main("WARNING: Comparison of bool to 0/1",p)
148 cocci.print_main("WARNING: Assignment of bool to 0/1",p1)
160 coccilib.report.print_report(p[0],"WARNING: Comparison to bool")
166 coccilib.report.print_report(p[0],"WARNING: Comparison of bool to 0/1")
172 coccilib.report.print_report(p1[0],"WARNING: Assignment of bool to 0/1")
Dboolconv.cocci78 msg = "WARNING: conversion to bool not needed here"
89 msg = "WARNING: conversion to bool not needed here"
Dbugon.cocci54 coccilib.org.print_todo(p[0], "WARNING use BUG_ON")
60 msg="WARNING: Use BUG_ON instead of if condition followed by BUG.\nPlease make sure the condition h…
Dbadty.cocci68 coccilib.org.print_todo(p[0], "WARNING sizeof argument should be pointer type, not structure type")
74 msg="WARNING: Use correct pointer type argument for sizeof"
Darray_size.cocci79 coccilib.org.print_todo(p[0], "WARNING should use ARRAY_SIZE")
85 msg="WARNING: Use ARRAY_SIZE"
Dcond_no_effect.cocci58 cocci.print_main("WARNING: possible condition with no effect (if == else)",p)
64 coccilib.report.print_report(p[0],"WARNING: possible condition with no effect (if == else)")
Dboolreturn.cocci58 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
/Linux-v4.19/scripts/dtc/
Dchecks.c68 #define WARNING(nm_, fn_, d_, ...) \ macro
193 WARNING(nm, check_is_string, (propname))
222 WARNING(nm, check_is_string_list, (propname))
240 WARNING(nm, check_is_cell, (propname))
339 WARNING(unit_address_vs_reg, check_unit_address_vs_reg, NULL);
662 WARNING(names_is_string_list, check_names_is_string_list, NULL);
682 WARNING(alias_paths, check_alias_paths, NULL);
700 WARNING(addr_size_cells, fixup_addr_size_cells, NULL,
735 WARNING(reg_format, check_reg_format, NULL, &addr_size_cells);
776 WARNING(ranges_format, check_ranges_format, NULL, &addr_size_cells);
[all …]
/Linux-v4.19/drivers/isdn/hisax/
Dst5481_usb.c69 WARNING("control msg FIFO full"); in usb_ctrl_msg()
142 WARNING("urb status %d", urb->status); in usb_ctrl_complete()
194 WARNING("nonzero urb status received: %d", urb->status); in usb_int_complete()
231 WARNING("usb_submit_urb failed with result %d", status); in usb_int_complete()
253 WARNING("reset_configuration failed,status=%d", status); in st5481_setup_usb()
265 WARNING("expecting 7 got %d endpoints!", altsetting->desc.bNumEndpoints); in st5481_setup_usb()
275 WARNING("usb_set_interface failed,status=%d", status); in st5481_setup_usb()
496 WARNING("urb status %d", urb->status); in usb_in_complete()
522 WARNING("receive out of memory\n"); in usb_in_complete()
/Linux-v4.19/scripts/coccinelle/api/alloc/
Dzalloc-simple.cocci168 msg="WARNING: kzalloc should be used for %s, instead of kmalloc/memset" % (x)
198 msg="WARNING: vzalloc should be used for %s, instead of vmalloc/memset" % (x)
228 msg="WARNING: dma_zalloc_coherent should be used for %s, instead of dma_alloc_coherent/memset" % (x)
258 msg="WARNING: kzalloc_node should be used for %s, instead of kmalloc_node/memset" % (x)
288 msg="WARNING: kmem_cache_zalloc should be used for %s, instead of kmem_cache_alloc/memset" % (x)
318 msg="WARNING: kmem_zalloc should be used for %s, instead of kmem_alloc/memset" % (x)
348 msg="WARNING: devm_kzalloc should be used for %s, instead of devm_kmalloc/memset" % (x)
378 msg="WARNING: kvzalloc should be used for %s, instead of kvmalloc/memset" % (x)
408 msg="WARNING: kvzalloc_node should be used for %s, instead of kvmalloc_node/memset" % (x)
/Linux-v4.19/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci66 msg = "WARNING: Unsigned expression compared with zero: %s" % (e)
74 msg = "WARNING: Unsigned expression compared with zero: %s" % (e)
/Linux-v4.19/security/integrity/evm/
DKconfig25 WARNING: changing the HMAC calculation method or adding
42 WARNING: changing the HMAC calculation method or adding
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dfunctions.sh252 # Prints "WARNING: " in yellow followed by remaining arguments
/Linux-v4.19/drivers/usb/musb/
Dmusb_debug.h16 #define WARNING(fmt, args...) yprintk(KERN_WARNING, fmt, ## args) macro
/Linux-v4.19/scripts/coccinelle/free/
Ddevm_free.cocci141 msg="WARNING: invalid free of devm_ allocated data"
148 msg="WARNING: invalid free of devm_ allocated data"
/Linux-v4.19/sound/pci/asihpi/
Dhpios.c62 HPI_DEBUG_LOG(WARNING, in hpios_locked_mem_alloc()

123456