OSDN Git Service

net: phy: fix phy_{clear,config}_interrupt comment typos
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 12 Feb 2014 01:27:38 +0000 (17:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Feb 2014 00:08:20 +0000 (19:08 -0500)
commitad033506f5061db818bab1cc07b2c3d8d477cf12
treeb38bbcb8967eb5bb88aefa82e4f6413b741db6d8
parent76a423a3f8f16bfc7fb86360a620be18c775b94d
net: phy: fix phy_{clear,config}_interrupt comment typos

The comments above phy_{clear,config}_interrupt used the word "on"
instead of "or", when talking about the return values of the functions,
fix these two typos.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy.c