Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 184125a3 authored by Bruce Allan's avatar Bruce Allan Committed by Jeff Kirsher
Browse files

e1000e: checkpatch error - trailing statements



ERROR: trailing statements should be on next line

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Tested-by: default avatarEmil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent f0f1a172
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -426,8 +426,8 @@ static void e1000_release_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask)
{
{
	u32 swfw_sync;
	u32 swfw_sync;


	while (e1000e_get_hw_semaphore(hw) != 0);
	while (e1000e_get_hw_semaphore(hw) != 0)
	/* Empty */
		; /* Empty */


	swfw_sync = er32(SW_FW_SYNC);
	swfw_sync = er32(SW_FW_SYNC);
	swfw_sync &= ~mask;
	swfw_sync &= ~mask;