From: Geir Ola Vaagland <geirola@xxxxxxxxx> Date: Tue, 17 Jun 2014 17:01:36 +0200 > + > + /* Note! asoc->default_timetolive is not set in this way anymore. > + * The PR-SCTP extension needs to be implemented. > + */ This comment is not formatted correctly. > + if (asoc) { > + asoc->default_stream = info.snd_sid; > + asoc->default_flags = info.snd_flags; > + asoc->default_ppid = info.snd_ppid; > + asoc->default_context = info.snd_context; > + } else { > + sp->default_stream = info.snd_sid; > + sp->default_flags = info.snd_flags; > + sp->default_ppid = info.snd_ppid; > + sp->default_context = info.snd_context; > + } > + return 0; > +} > + > > /* 7.1.10 Set Primary Address (SCTP_PRIMARY_ADDR) Only one empty line between top-level objects in a source file, thank you. > * > @@ -5063,6 +5115,45 @@ static int sctp_getsockopt_default_send_param(struct sock *sk, > > return 0; > } > +static int sctp_getsockopt_default_sndinfo(struct sock *sk, > + int len, char __user *optval, Please one empty line between top level objects in the source file. -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html