drivers/can/mcp2515.c: Appease nxstyle
The following nxstyle error is intentionally left. It's a URL. drivers/can/mcp2515.c:1561:93: error: Long line found
This commit is contained in:
parent
81968ce562
commit
917c88017f
@ -733,7 +733,9 @@ static int mcp2515_add_extfilter(FAR struct mcp2515_can_s *priv,
|
||||
}
|
||||
else
|
||||
{
|
||||
/* The IDs will be filtered only by the Filter register (Mask == Filter) */
|
||||
/* The IDs will be filtered only by the Filter register
|
||||
* (Mask == Filter)
|
||||
*/
|
||||
|
||||
/* Setup the Filter */
|
||||
|
||||
@ -1031,7 +1033,9 @@ static int mcp2515_add_stdfilter(FAR struct mcp2515_can_s *priv,
|
||||
}
|
||||
else
|
||||
{
|
||||
/* The IDs will be filtered only by the Filter register (Mask == Filter) */
|
||||
/* The IDs will be filtered only by the Filter register
|
||||
* (Mask == Filter)
|
||||
*/
|
||||
|
||||
/* Setup the Filter */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user