Signed-off-by: André Roth <neol...@gmail.com>
---
 lib/include/descriptors/nit.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/include/descriptors/nit.h b/lib/include/descriptors/nit.h
index d71a762..4f19c5e 100644
--- a/lib/include/descriptors/nit.h
+++ b/lib/include/descriptors/nit.h
@@ -76,8 +76,8 @@ typedef void nit_tran_handler_callback_t(struct dvb_table_nit 
*nit,
                                         struct dvb_desc *desc,
                                         void *priv);
 
-                              #define dvb_nit_transport_foreach( tran, nit ) \
-  for (struct dvb_table_nit_transport *tran = nit->transport; tran; tran = 
tran->next) \
+#define dvb_nit_transport_foreach( _tran, _nit ) \
+  for (struct dvb_table_nit_transport *_tran = _nit->transport; _tran; _tran = 
_tran->next) \
 
 struct dvb_v5_fe_parms;
 
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to