LA8: Remove trailing whitespace.

This commit is contained in:
Uwe Hermann 2011-05-09 00:59:41 +02:00
parent d1175d5f7e
commit 896a19fd65
1 changed files with 1 additions and 1 deletions

View File

@ -955,7 +955,7 @@ static void send_block_to_session_bus(struct la8 *la8, int block)
if (trigger_point < (BS - 1)) { if (trigger_point < (BS - 1)) {
/* Send post-trigger SR_DF_LOGIC packet to the session bus. */ /* Send post-trigger SR_DF_LOGIC packet to the session bus. */
sr_spew("la8: sending post-trigger SR_DF_LOGIC packet, " sr_spew("la8: sending post-trigger SR_DF_LOGIC packet, "
"start = %d, length = %d", "start = %d, length = %d",
(block * BS) + trigger_point, BS - trigger_point); (block * BS) + trigger_point, BS - trigger_point);
packet.type = SR_DF_LOGIC; packet.type = SR_DF_LOGIC;
packet.length = BS - trigger_point; packet.length = BS - trigger_point;