Skip to content

Commit

Permalink
ravb: correct typo in FBP field of SFO register
Browse files Browse the repository at this point in the history
The field name is FBP rather than FPB.

This field is unused and could equally be removed from the driver entirely.
But there seems no harm in leaving as documentation of the presence of the
field.

Based on work by Kazuya Mizuguchi <kazuya.mizuguchi.ks@renesas.com>

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Simon Horman authored and David S. Miller committed Sep 6, 2019
1 parent 7250a9d commit 845e4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/renesas/ravb.h
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ enum UFCD_BIT {

/* SFO */
enum SFO_BIT {
SFO_FPB = 0x0000003F,
SFO_FBP = 0x0000003F,
};

/* RTC */
Expand Down

0 comments on commit 845e4b8

Please sign in to comment.