[PATCH net-next v2] drivers: atm: Follow the indentation coding standard on printks

From: Carlos Bilbao
Date: Thu Jul 08 2021 - 13:23:41 EST


Fix indentation of printks that start at the beginning of the line. Change this
for the right number of space characters, or tabs if the file uses them.

Signed-off-by: Carlos Bilbao <bilbao@xxxxxx>
---
Changelog:
- Replaced printk for DPRINTK on suni.c
- Directly removed the #if 0 printks.
---