aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-06-04 11:50:34 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-04 11:50:34 -0400
commit1aacb90eaaac057c10fd746e189553e04cfeb291 (patch)
treeeaf5b2eddc9e2e446b5402c106a3bf086aee925a /Documentation/networking
parentb05d59dfceaea72565b1648af929b037b0f96d7f (diff)
parent31789538e3ba7dd164e063d4978c96af1894be4c (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next
Pull trivial tree changes from Jiri Kosina: "Usual pile of patches from trivial tree that make the world go round" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (23 commits) staging: go7007: remove reference to CONFIG_KMOD aic7xxx: Remove obsolete preprocessor define of: dma: doc fixes doc: fix incorrect formula to calculate CommitLimit value doc: Note need of bc in the kernel build from 3.10 onwards mm: Fix printk typo in dmapool.c modpost: Fix comment typo "Modules.symvers" Kconfig.debug: Grammar s/addition/additional/ wimax: Spelling s/than/that/, wording s/destinatary/recipient/ aic7xxx: Spelling s/termnation/termination/ arm64: mm: Remove superfluous "the" in comment of: Spelling s/anonymouns/anonymous/ dma: imx-sdma: Spelling s/determnine/determine/ ath10k: Improve grammar in comments ath6kl: Spelling s/determnine/determine/ of: Improve grammar for of_alias_get_id() documentation drm/exynos: Spelling s/contro/control/ radio-bcm2048.c: fix wrong overflow check doc: printk-formats: do not mention casts for u64/s64 doc: spelling error changes ...
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/can.txt2
-rw-r--r--Documentation/networking/dccp.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/can.txt b/Documentation/networking/can.txt
index 2fa44cbe81b7..4f7ae5261364 100644
--- a/Documentation/networking/can.txt
+++ b/Documentation/networking/can.txt
@@ -706,7 +706,7 @@ solution for a couple of reasons:
706 706
707 RX_NO_AUTOTIMER: Prevent automatically starting the timeout monitor. 707 RX_NO_AUTOTIMER: Prevent automatically starting the timeout monitor.
708 708
709 RX_ANNOUNCE_RESUME: If passed at RX_SETUP and a receive timeout occured, a 709 RX_ANNOUNCE_RESUME: If passed at RX_SETUP and a receive timeout occurred, a
710 RX_CHANGED message will be generated when the (cyclic) receive restarts. 710 RX_CHANGED message will be generated when the (cyclic) receive restarts.
711 711
712 TX_RESET_MULTI_IDX: Reset the index for the multiple frame transmission. 712 TX_RESET_MULTI_IDX: Reset the index for the multiple frame transmission.
diff --git a/Documentation/networking/dccp.txt b/Documentation/networking/dccp.txt
index bf5dbe3ab8c5..55c575fcaf17 100644
--- a/Documentation/networking/dccp.txt
+++ b/Documentation/networking/dccp.txt
@@ -86,7 +86,7 @@ built-in CCIDs.
86 86
87DCCP_SOCKOPT_CCID is write-only and sets both the TX and RX CCIDs at the same 87DCCP_SOCKOPT_CCID is write-only and sets both the TX and RX CCIDs at the same
88time, combining the operation of the next two socket options. This option is 88time, combining the operation of the next two socket options. This option is
89preferrable over the latter two, since often applications will use the same 89preferable over the latter two, since often applications will use the same
90type of CCID for both directions; and mixed use of CCIDs is not currently well 90type of CCID for both directions; and mixed use of CCIDs is not currently well
91understood. This socket option takes as argument at least one uint8_t value, or 91understood. This socket option takes as argument at least one uint8_t value, or
92an array of uint8_t values, which must match available CCIDS (see above). CCIDs 92an array of uint8_t values, which must match available CCIDS (see above). CCIDs