Commit 6de9a2e3 authored by Lucas Georges's avatar Lucas Georges Committed by Greg Kroah-Hartman
Browse files

staging: ft1000: code style cleanup



There was a stray '*' in a comment block.

Signed-off-by: default avatarLucas Georges <lucas.georges@outlook.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3e36cf44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1546,7 +1546,7 @@ int ft1000_poll(void *dev_id)
					       FT1000_REG_MAG_WATERMARK);
			/* ring doorbell to tell DSP that
			 * ASIC is out of reset
			 * */
			 */
			status = ft1000_write_register(dev,
						       FT1000_ASIC_RESET_DSP,
						       FT1000_REG_DOORBELL);