]> Git Repo - linux.git/commit
can-doc: Add missing semicolon to example
authorStefan Tatschner <[email protected]>
Mon, 9 Nov 2015 13:17:09 +0000 (14:17 +0100)
committerJonathan Corbet <[email protected]>
Wed, 11 Nov 2015 17:04:53 +0000 (10:04 -0700)
commite2807e67d58328053dc3b6f4b91033ca4ab21c0d
tree4c28a52cbf17c3345310e445272c3c06ba166046
parent6a13feb9c82803e2b815eca72fa7a9f5561d7861
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: Stefan Tatschner <[email protected]>
Acked-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Documentation/networking/can.txt
This page took 0.052127 seconds and 4 git commands to generate.