Skip to content
Snippets Groups Projects
Commit 16d1c107 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

drivers/net/phy/miiphybb.c: fix warning: no newline at end of file


Add missing newline.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
Cc: Luigi Mantellini <luigi.mantellini@idf-hit.com>
Cc: Ben Warren <biggerbadderben@gmail.com>
parent 98cecb61
No related branches found
No related tags found
No related merge requests found
......@@ -377,4 +377,4 @@ int bb_miiphy_write (char *devname, unsigned char addr,
bus->delay(bus);
return 0;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment