Commit 79aef1a3 authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Rob Herring (Arm)
Browse files

of: Clarify OF device context in of_match_device() comment

parent 0121898e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@

/**
 * of_match_device - Tell if a struct device matches an of_device_id list
 * @matches: array of of device match structures to search in
 * @dev: the of device structure to match against
 * @matches: array of of_device_id match structures to search in
 * @dev: the OF device structure to match against
 *
 * Used by a driver to check whether an platform_device present in the
 * system is in its list of supported devices.