On Sat, May 15, 2021 at 11:14:31PM +0300, Konstantin Belousov wrote:
> On Sat, May 15, 2021 at 09:58:12PM +0200, Lutz Donnerhacke wrote:
> > Of course it was a style commit.
> > 
> > + /*
> > +      De-alias incoming echo and timestamp replies.
> > +      Alias incoming echo and timestamp requests.
> > +  */
> >   static int
> >   IcmpAliasIn1(struct libalias *la, struct ip *pip)
> >   {
> > -
> >     LIBALIAS_LOCK_ASSERT(la);
> > - /*
> > -      De-alias incoming echo and timestamp replies.
> > -      Alias incoming echo and timestamp requests.
> > -  */
> >     struct alias_link *lnk;
>
> I do not understand what are you trying to say.

The diff above is a reformatting of the original diff in the commit.
It does show, what really happend during the edit:
  - The empty line at the beginnen of the function body was removed
  - The comment at the beginning of the function body was moved
    before the function definition.

The LIBALIAS_LOCK_ASSERT and the variable declarations were not moved.
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to