Loading drivers/base/devres.c +1 −1 Original line number Diff line number Diff line Loading @@ -639,7 +639,7 @@ EXPORT_SYMBOL_GPL(devm_kzalloc); * @dev: Device this memory belongs to * @p: Memory to free * * Free memory allocated with dev_kzalloc(). * Free memory allocated with devm_kzalloc(). */ void devm_kfree(struct device *dev, void *p) { Loading Loading
drivers/base/devres.c +1 −1 Original line number Diff line number Diff line Loading @@ -639,7 +639,7 @@ EXPORT_SYMBOL_GPL(devm_kzalloc); * @dev: Device this memory belongs to * @p: Memory to free * * Free memory allocated with dev_kzalloc(). * Free memory allocated with devm_kzalloc(). */ void devm_kfree(struct device *dev, void *p) { Loading