carl9170 firmware: trivial checkpatch fixes
[carl9170fw.git] / tools / carlu / src / cmd.h
index b201ee4116eac9c53740b63d1e664333735145a7..ccc9a43f48582298e097997348e79322967ba7a9 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * carl9170user - userspace testing utility for ar9170 devices
+ * carlu - userspace testing utility for ar9170 devices
  *
  * register/memory/command access functions
  *
- * Copyright 2009, 2010 Christian Lamparter <chunkeey@googlemail.com>
+ * Copyright 2009-2011 Christian Lamparter <chunkeey@googlemail.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@ int carlu_cmd_mem_dump(struct carlu *ar, const uint32_t start,
 int carlu_cmd_write_mem(struct carlu *ar, const uint32_t addr,
                        const uint32_t val);
 int carlu_cmd_mem_watch(struct carlu *ar, const uint32_t mem,
-                        const unsigned int len, void *_buf);
+                       const unsigned int len, void *_buf);
 
 struct carl9170_cmd *carlu_cmd_buf(struct carlu *ar,
        const enum carl9170_cmd_oids cmd, const unsigned int len);