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:
YAMAMOTO Takashi 2020-11-28 13:56:13 +09:00 committed by Xiang Xiao
parent 81968ce562
commit 917c88017f

View File

@ -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 */