free(sym);
}
-static int depmod_init(struct depmod *depmod, struct cfg *cfg, struct kmod_ctx *ctx)
+static int depmod_init(struct depmod *depmod, struct cfg *cfg,
+ struct kmod_ctx *ctx)
{
int err = 0;
fclose(fp);
}
-static int depmod_symbol_add(struct depmod *depmod, const char *name, uint64_t crc, const struct mod *owner)
+static int depmod_symbol_add(struct depmod *depmod, const char *name,
+ uint64_t crc, const struct mod *owner)
{
size_t namelen;
int err;
return 0;
}
-static struct symbol *depmod_symbol_find(const struct depmod *depmod, const char *name)
+static struct symbol *depmod_symbol_find(const struct depmod *depmod,
+ const char *name)
{
if (name[0] == '.') /* PPC64 needs this: .foo == foo */
name++;