lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 11 Oct 2019 08:25:04 +0000
From:   Igor Russkikh <Igor.Russkikh@...antia.com>
To:     Simon Horman <simon.horman@...ronome.com>
CC:     "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "David S . Miller" <davem@...emloft.net>
Subject: Re: [PATCH net 1/4] net: aquantia: temperature retrieval fix


>>  	 * to 1/1000 degree Celsius.
>>  	 */
>> -	*temp = temp_res  * 1000 / 256;
>> +	*temp = (temp_res & 0xFFFF)  * 1000 / 256;
> 
> Perhaps while the extra space before '*' could be dropped at the same time.

Hi Simon, thanks for noticing this. Will do.

Regards
  Igor

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ