瀏覽代碼

Remove unused comment.

Wayne Lin 3 年之前
父節點
當前提交
9dc4ca0d31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/drivers/sdio/block_dev.c

+ 1 - 1
components/drivers/sdio/block_dev.c

@@ -475,7 +475,7 @@ rt_int32_t rt_mmcsd_blk_probe(struct rt_mmcsd_card *card)
             {
                 break;
             }
-        } // for
+        }
 
         /* Always create the super node, given name is with allocated host id. */
         rt_snprintf(dname, sizeof(dname), "sd%d", host_id);