diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-13 09:19:05 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-13 09:19:05 -0800 |
commit | 4aeabc6b5ca3b9d025f287978096e138bdfbdd35 (patch) | |
tree | 7924abba038ffcb4b779ce4007ea53aadf9ea2ab /Documentation/networking/can.txt | |
parent | be4773e6a11a0cc1e63c9c32f000b870e51b8c01 (diff) | |
parent | 91633a6dc7cb49ae7c3d268e183ddc905e739fff (diff) | |
download | talos-obmc-linux-4aeabc6b5ca3b9d025f287978096e138bdfbdd35.tar.gz talos-obmc-linux-4aeabc6b5ca3b9d025f287978096e138bdfbdd35.zip |
Merge tag '4.4-additional' of git://git.lwn.net/linux
Pull more documentation updates from Jon Corbet:
"A few more documentation patches that wandered in and have no reason
to wait; these include some improvements to the suggestions for email
clients and patch submission"
* tag '4.4-additional' of git://git.lwn.net/linux:
Documentation: Add minimal Mutt config for using Gmail
Documentation: Add note on sending files directly with Mutt
Documentation: dontdiff: remove media from dontdiff
Documentation/SubmittingPatches: discuss In-Reply-To
Remove email address from Documentation/filesystems/overlayfs.txt
can-doc: Add missing semicolon to example
Diffstat (limited to 'Documentation/networking/can.txt')
-rw-r--r-- | Documentation/networking/can.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/can.txt b/Documentation/networking/can.txt index 4636b94518da..05fd83bb3596 100644 --- a/Documentation/networking/can.txt +++ b/Documentation/networking/can.txt @@ -681,7 +681,7 @@ solution for a couple of reasons: addr.can_family = AF_CAN; addr.can_ifindex = ifr.ifr_ifindex; - connect(s, (struct sockaddr *)&addr, sizeof(addr)) + connect(s, (struct sockaddr *)&addr, sizeof(addr)); (..) |