aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-11-13 09:19:05 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-11-13 09:19:05 -0800
commit4aeabc6b5ca3b9d025f287978096e138bdfbdd35 (patch)
tree7924abba038ffcb4b779ce4007ea53aadf9ea2ab /Documentation/networking
parentMerge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux (diff)
parentDocumentation: Add minimal Mutt config for using Gmail (diff)
downloadlinux-dev-4aeabc6b5ca3b9d025f287978096e138bdfbdd35.tar.xz
linux-dev-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')
-rw-r--r--Documentation/networking/can.txt2
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));
(..)