board: ti: am335x: Use correct dtbs for SanCloud boards
[platform/kernel/u-boot.git] / net / eth_internal.h
index faff0ef..042e58a 100644 (file)
@@ -22,7 +22,7 @@ void eth_common_init(void);
  * @base_name: Base name for variable, typically "eth"
  * @index:     Index of interface being updated (>=0)
  * @enetaddr:  Pointer to MAC address to put into the variable
- * @return 0 if OK, other value on error
+ * Return: 0 if OK, other value on error
  */
 int eth_env_set_enetaddr_by_index(const char *base_name, int index,
                                 uchar *enetaddr);