Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e793c0f7 authored by Masanari Iida's avatar Masanari Iida Committed by David S. Miller
Browse files

net: treewide: Fix typo found in DocBook/networking.xml



This patch fix spelling typo found in DocBook/networking.xml.
It is because the neworking.xml is generated from comments
in the source, I have to fix typo in comments within the source.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6e9e5644
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3176,7 +3176,7 @@ static inline int __dev_uc_sync(struct net_device *dev,
}

/**
 *  __dev_uc_unsync - Remove synchonized addresses from device
 *  __dev_uc_unsync - Remove synchronized addresses from device
 *  @dev:  device to sync
 *  @unsync: function to call if address should be removed
 *
@@ -3220,7 +3220,7 @@ static inline int __dev_mc_sync(struct net_device *dev,
}

/**
 *  __dev_mc_unsync - Remove synchonized addresses from device
 *  __dev_mc_unsync - Remove synchronized addresses from device
 *  @dev:  device to sync
 *  @unsync: function to call if address should be removed
 *
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ struct wimax_dev;
 *     This operation has to be synchronous, and return only when the
 *     reset is complete. In case of having had to resort to bus/cold
 *     reset implying a device disconnection, the call is allowed to
 *     return inmediately.
 *     return immediately.
 *     NOTE: wimax_dev->mutex is NOT locked when this op is being
 *     called; however, wimax_dev->mutex_reset IS locked to ensure
 *     serialization of calls to wimax_reset().
+2 −2
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ DECLARE_EVENT_CLASS(softirq,
 * @vec_nr:  softirq vector number
 *
 * When used in combination with the softirq_exit tracepoint
 * we can determine the softirq handler runtine.
 * we can determine the softirq handler routine.
 */
DEFINE_EVENT(softirq, softirq_entry,

@@ -121,7 +121,7 @@ DEFINE_EVENT(softirq, softirq_entry,
 * @vec_nr:  softirq vector number
 *
 * When used in combination with the softirq_entry tracepoint
 * we can determine the softirq handler runtine.
 * we can determine the softirq handler routine.
 */
DEFINE_EVENT(softirq, softirq_exit,

+1 −1
Original line number Diff line number Diff line
@@ -775,7 +775,7 @@ __sum16 __skb_checksum_complete(struct sk_buff *skb)
EXPORT_SYMBOL(__skb_checksum_complete);

/**
 *	skb_copy_and_csum_datagram_iovec - Copy and checkum skb to user iovec.
 *	skb_copy_and_csum_datagram_iovec - Copy and checksum skb to user iovec.
 *	@skb: skbuff
 *	@hlen: hardware length
 *	@iov: io vector
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ struct gen_estimator *gen_find_node(const struct gnet_stats_basic_packed *bstats
 * as destination. A new timer with the interval specified in the
 * configuration TLV is created. Upon each interval, the latest statistics
 * will be read from &bstats and the estimated rate will be stored in
 * &rate_est with the statistics lock grabed during this period.
 * &rate_est with the statistics lock grabbed during this period.
 *
 * Returns 0 on success or a negative error code.
 *
Loading