]> git.baikalelectronics.ru Git - kernel.git/commit
net: mvpp2: rename mvpp2_percpu function to mvpp2_thread
authorAntoine Tenart <antoine.tenart@bootlin.com>
Wed, 19 Sep 2018 09:27:11 +0000 (11:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Sep 2018 04:09:54 +0000 (21:09 -0700)
commitde12995d8bd6c974f37c0756338ccbf8bb47fe6d
tree71ccc97e36500d868792d943ed97d78a32ccfcdd
parentb9ccba6e89b130e5b18f40f6db9b47266525047e
net: mvpp2: rename mvpp2_percpu function to mvpp2_thread

As the mvpp2_percpu_read/write/... functions aren't really per-cpu but
per s/w thread, rename them to include 'thread' instead of 'percpu'.
This is a cosmetic patch.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c