coresight: fix typo in of_coresight.c
fixes obvious typo in of_coresight.c %s/non-configuable/non-configurable Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
70dd9d2f0a
commit
437012368c
@ -37,7 +37,7 @@ of_coresight_get_endpoint_device(struct device_node *endpoint)
|
||||
struct device *dev = NULL;
|
||||
|
||||
/*
|
||||
* If we have a non-configuable replicator, it will be found on the
|
||||
* If we have a non-configurable replicator, it will be found on the
|
||||
* platform bus.
|
||||
*/
|
||||
dev = bus_find_device(&platform_bus_type, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user