staging: mt7621-pci: replace spaces with tabs in comment

To properly follow kernel style replace spaces with tabs in comment
where link status bits are explained.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sergio Paracuellos 2019-02-12 09:19:21 +01:00 committed by Greg Kroah-Hartman
parent fa461f6a4c
commit 186e868060
1 changed files with 9 additions and 9 deletions

View File

@ -546,15 +546,15 @@ static int mt7621_pcie_init_virtual_bridges(struct mt7621_pcie *pcie)
return -1; return -1;
/* /*
* pcie(2/1/0) link status pcie2_num pcie1_num pcie0_num * pcie(2/1/0) link status pcie2_num pcie1_num pcie0_num
* 3'b000 x x x * 3'b000 x x x
* 3'b001 x x 0 * 3'b001 x x 0
* 3'b010 x 0 x * 3'b010 x 0 x
* 3'b011 x 1 0 * 3'b011 x 1 0
* 3'b100 0 x x * 3'b100 0 x x
* 3'b101 1 x 0 * 3'b101 1 x 0
* 3'b110 1 0 x * 3'b110 1 0 x
* 3'b111 2 1 0 * 3'b111 2 1 0
*/ */
switch (pcie_link_status) { switch (pcie_link_status) {
case 2: case 2: