OSDN Git Service

driver core: update comments in device_rename()
authorWedson Almeida Filho <walmeida@microsoft.com>
Thu, 6 Apr 2023 04:54:35 +0000 (01:54 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Apr 2023 12:19:25 +0000 (14:19 +0200)
commit11a96703943fc4293f50f554b9e33c79ef4f5d8d
treedbb6707aadf2fecfb0557b2251d814731a5c30ae
parente2f06aa885081e1391916367f53bad984714b4db
driver core: update comments in device_rename()

Document that some subsystems are still going to use device_rename for
the time being, so it is not a good idea to assume it's not used. Also
remove mentions of a plan to stop renaming net devices.

Signed-off-by: Wedson Almeida Filho <walmeida@microsoft.com>
Link: https://lore.kernel.org/r/20230406045435.19452-1-wedsonaf@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c