[PATCH 2/4] mtd-utils: fix 'space before tab in indent' problem

Dongsheng Yang yangds.fnst at cn.fujitsu.com
Tue Jun 30 20:44:15 PDT 2015


Signed-off-by: Dongsheng Yang <yangds.fnst at cn.fujitsu.com>
---
 serve_image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/serve_image.c b/serve_image.c
index 4f0e946..d3794ec 100644
--- a/serve_image.c
+++ b/serve_image.c
@@ -182,7 +182,7 @@ int main(int argc, char **argv)
 	while (1) for (pkt_nr=0; pkt_nr < total_pkts_per_block; pkt_nr++) {
 
 		if (blockptr && pkt_nr == 0) {
- 			unsigned long amt_sent = total_pkts_per_block * nr_blocks * sizeof(pktbuf);
+			unsigned long amt_sent = total_pkts_per_block * nr_blocks * sizeof(pktbuf);
 			gettimeofday(&now, NULL);
 
 			time_msecs = (now.tv_sec - then.tv_sec) * 1000;
-- 
1.8.4.2




More information about the linux-mtd mailing list