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

Commit 01353bbe authored by Fengguang Wu's avatar Fengguang Wu Committed by Tejun Heo
Browse files

phy: brcm-sata: fix semicolon.cocci warnings



drivers/phy/broadcom/phy-brcm-sata.c:534:2-3: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 3e507769 ("phy: brcm-sata: Implement calibrate callback")
CC: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent eb73390a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -531,7 +531,7 @@ static int brcm_sata_phy_calibrate(struct phy *phy)
		break;
	default:
		break;
	};
	}

	return rc;
}