Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/net



On 27/06/2016 09:58, Kengo NAKAHARA wrote:
> Module Name:	src
> Committed By:	knakahara
> Date:		Mon Jun 27 08:58:50 UTC 2016
> 
> Modified Files:
> 	src/sys/net: if.c if.h
> 
> Log Message:
> reduce link state changing softint if it is not required
> 
> ok by ozaki-r@n.o

There is a spelling mistake, an n is missing.

if_is_link_state_chageable(ifp)

should be

if_is_link_state_changeable(ifp)

Roy


Home | Main Index | Thread Index | Old Index