aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_debugfs.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-04-15net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri1-6/+5
Fix the path of hsr debugfs root directory to use the net device name so that it can work with multiple interfaces. While at it, also fix some typos. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-15net: hsr: fix naming of file and functionsMurali Karicheri1-0/+120
Fix the file name and functions to match with existing implementation. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>