• Hannes Eder's avatar
    drivers/net: fix sparse warnings: make do-while a compound statement · e4c3c13c
    Hannes Eder authored
    While at it insert some extra curly braces and fix formatting.
    
    Fix this sparse warnings:
    
      drivers/net/atp.c:811:8: warning: do-while statement is not a compound statement
      drivers/net/atp.c:813:8: warning: do-while statement is not a compound statement
      drivers/net/atp.c:815:11: warning: do-while statement is not a compound statement
      drivers/net/atp.c:817:11: warning: do-while statement is not a compound statement
      drivers/net/plip.c:642:4: warning: do-while statement is not a compound statement
      drivers/net/plip.c:647:4: warning: do-while statement is not a compound statement
      drivers/net/plip.c:820:4: warning: do-while statement is not a compound statement
      drivers/net/plip.c:825:4: warning: do-while statement is not a compound statement
      drivers/net/starfire.c:886:3: warning: do-while statement is not a compound statement
    Signed-off-by: default avatarHannes Eder <hannes@hanneseder.net>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    e4c3c13c
starfire.c 61.8 KB