Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1647149
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/5] sctp: Fix a typo in a comment line in sctp_init() |
| Date | 2017-05-22 18:50 +0200 |
| Message-ID | <tJYGS-86U-23@gated-at.bofh.it> (permalink) |
| References | <tJYxb-83k-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Mon, 22 May 2017 17:43:44 +0200 Add a missing character in this description. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> --- net/sctp/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 5e7c8a344770..64756c42cec9 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c @@ -1454,7 +1454,7 @@ static __init int sctp_init(void) } /* Allocate and initialize the SCTP port hash table. - * Note that order is initalized to start at the max sized + * Note that order is initialized to start at the max sized * table we want to support. If we can't get that many pages * reduce the order and try again */ -- 2.13.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] net-SCTP: Adjustments for three function implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-22 18:40 +0200
[PATCH 1/5] sctp: Use kmalloc_array() in sctp_init() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-22 18:40 +0200
Re: [PATCH 1/5] sctp: Use kmalloc_array() in sctp_init() Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> - 2017-05-22 22:00 +0200
Re: [PATCH 1/5] sctp: Use kmalloc_array() in sctp_init() Vlad Yasevich <vyasevic@redhat.com> - 2017-05-22 23:00 +0200
[PATCH 2/5] sctp: Delete an error message for a failed memory allocation in sctp_init() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-22 18:40 +0200
Re: [PATCH 2/5] sctp: Delete an error message for a failed memory allocation in sctp_init() Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> - 2017-05-22 19:00 +0200
Re: [PATCH 2/5] sctp: Delete an error message for a failed memory allocation in sctp_init() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-22 21:50 +0200
Re: [PATCH 2/5] sctp: Delete an error message for a failed memory allocation in sctp_init() Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> - 2017-05-22 22:00 +0200
Re: [PATCH 2/5] sctp: Delete an error message for a failed memory allocation in sctp_init() Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> - 2017-05-22 22:00 +0200
Re: [PATCH 2/5] sctp: Delete an error message for a failed memory allocation in sctp_init() Vlad Yasevich <vyasevic@redhat.com> - 2017-05-22 23:00 +0200
[PATCH 5/5] sctp: Adjust one function call together with a variable assignment SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-22 18:50 +0200
Re: [PATCH 5/5] sctp: Adjust one function call together with a variable assignment Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> - 2017-05-22 22:00 +0200
Re: [PATCH 5/5] sctp: Adjust one function call together with a variable assignment Vlad Yasevich <vyasevic@redhat.com> - 2017-05-22 23:10 +0200
[PATCH 3/5] sctp: Fix a typo in a comment line in sctp_init() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-22 18:50 +0200
Re: [PATCH 3/5] sctp: Fix a typo in a comment line in sctp_init() Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> - 2017-05-22 22:00 +0200
Re: [PATCH 3/5] sctp: Fix a typo in a comment line in sctp_init() Vlad Yasevich <vyasevic@redhat.com> - 2017-05-22 23:10 +0200
[PATCH 4/5] sctp: Improve a size determination in sctp_inetaddr_event() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-22 18:50 +0200
Re: [PATCH 4/5] sctp: Improve a size determination in sctp_inetaddr_event() Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> - 2017-05-22 22:00 +0200
Re: [PATCH 4/5] sctp: Improve a size determination in sctp_inetaddr_event() Vlad Yasevich <vyasevic@redhat.com> - 2017-05-22 23:10 +0200
Re: [PATCH 0/5] net-SCTP: Adjustments for three function implementations Xin Long <lucien.xin@gmail.com> - 2017-05-23 08:40 +0200
csiph-web