Stephen Hurd 3e0e6330b5 iflib: mark irq allocation name parameter as constant
The *name parameter passed to iflib_irq_alloc_generic and
iflib_softirq_alloc_generic is never modified. Many places in code pass
string literals and thus should not be modified.

Mark the *name parameter as a const char * instead, so that we enforce
that the name is not modified before passing to bus_describe_intr()

Submitted by:	Jacob Keller <jacob.e.keller@intel.com>
Reviewed by:	kmacy
Sponsored by:	Intel Corporation
Differential Revision:	https://reviews.freebsd.org/D15343
2018-05-29 21:56:39 +00:00
..
2018-04-24 17:42:25 +00:00
2018-04-10 19:42:50 +00:00
2018-05-19 05:27:49 +00:00
2018-03-23 16:56:44 +00:00
2018-05-19 05:27:49 +00:00
2018-05-19 05:27:49 +00:00
2018-05-29 00:53:53 +00:00
2018-05-19 16:44:12 +00:00
2018-03-23 16:56:44 +00:00
2018-03-23 16:56:44 +00:00
2017-07-24 03:59:50 +00:00
2017-02-28 23:42:47 +00:00