Skip to content

Commit

Permalink
serial: imx: consistently use imx_uart_ as prefix for all functions
Browse files Browse the repository at this point in the history
Having a fixed prefix helps at several places. It ensures that another
driver doesn't use the same function name which confuses the linker and
tools like ctags. It simplifies working with function tracing and
dynamic printk() support which can filter on function names. And last
but not least it helps the human source code reader to understand if a
given function belongs to a driver or a more general part of the kernel.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Mar 9, 2018
1 parent 48669b6 commit 9d1a50a
Showing 1 changed file with 213 additions and 213 deletions.
Loading

0 comments on commit 9d1a50a

Please sign in to comment.