Skip to content
Commit e2807e67 authored by Stefan Tatschner's avatar Stefan Tatschner Committed by Jonathan Corbet
Browse files

can-doc: Add missing semicolon to example



The example code for CAN_BCM,

	connect(s, (struct sockaddr *)&addr, sizeof(addr))

lacks a semicolon at the end of the line. This patch adds that
missing semicolon to ensure that the given code snippet actually
compiles.

Signed-off-by: default avatarStefan Tatschner <rumpelsepp@sevenbyte.org>
Acked-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 6a13feb9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment