On Thu, Jun 20, 2019 at 11:22:03AM +0200, Jiri Pirko wrote: > Thu, Jun 20, 2019 at 11:10:21AM CEST, ido...@idosch.org wrote: > >+ if (list_empty(&rt6_nh_list)) { > >+ NL_SET_ERR_MSG(extack, > >+ "Invalid nexthop configuration - no valid > >nexthops"); > > No need for a line wrap.
I wanted to be consistent with the rest of the extack usage in this function.