提交 e6b1a9e1 编写于 作者: 罗威

注释对齐

Signed-off-by: N罗威 <weiluocj@isoftstone.com>
上级 409b01e3
...@@ -244,7 +244,7 @@ Watchdog模块适配HDF框架的三个环节是配置属性文件,实例化驱 ...@@ -244,7 +244,7 @@ Watchdog模块适配HDF框架的三个环节是配置属性文件,实例化驱
struct WatchdogCntlr *wdt = NULL; struct WatchdogCntlr *wdt = NULL;
struct Hi35xxWatchdog *hwdt = NULL; struct Hi35xxWatchdog *hwdt = NULL;
... ...
wdt = WatchdogCntlrFromDevice(device);// 这里会通过service成员将HdfDeviceObject转化为WatchdogCntlr wdt = WatchdogCntlrFromDevice(device); // 这里会通过service成员将HdfDeviceObject转化为WatchdogCntlr
// return (device == NULL) ? NULL : (struct WatchdogCntlr *)device->service; // return (device == NULL) ? NULL : (struct WatchdogCntlr *)device->service;
if (wdt == NULL) { if (wdt == NULL) {
return; return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册