Re: diff: cleanup type handling

2020-12-12 Thread Alexander Bluhm
On Sat, Dec 12, 2020 at 02:25:03PM +0100, Jan Klemkow wrote: > The type of the local variable hash in pf_map_addr() has right length > but the wrong type. This diff uses the correct type and removes the > useless casts. Both functions uses hash as pf_addr, so no cast is > needed. > > OK? OK blu

diff: cleanup type handling

2020-12-12 Thread Jan Klemkow
Hi, The type of the local variable hash in pf_map_addr() has right length but the wrong type. This diff uses the correct type and removes the useless casts. Both functions uses hash as pf_addr, so no cast is needed. OK? bye, Jan Index: net/pf_lb.c =