lib/igt_debugfs: Remove debugfs from igt_debugfs_fopen

Also add a missing igt_assert to kms_fbc_crc and again add the missing
Returns: section to the api doc.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2014-03-16 14:46:39 +01:00
parent f04f17bcd4
commit 9a7609a8e4
4 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ typedef struct {
void igt_debugfs_init(igt_debugfs_t *debugfs);
int igt_debugfs_open(const char *filename, int mode);
FILE *igt_debugfs_fopen(igt_debugfs_t *debugfs, const char *filename,
FILE *igt_debugfs_fopen(const char *filename,
const char *mode);
/*